public static enum FlashTagHandler.SwfObjectConfig.NetworkAccess extends Enum<FlashTagHandler.SwfObjectConfig.NetworkAccess>
| Modifier and Type | Method and Description |
|---|---|
static FlashTagHandler.SwfObjectConfig.NetworkAccess |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlashTagHandler.SwfObjectConfig.NetworkAccess[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlashTagHandler.SwfObjectConfig.NetworkAccess all
public static final FlashTagHandler.SwfObjectConfig.NetworkAccess internal
public static final FlashTagHandler.SwfObjectConfig.NetworkAccess none
public static FlashTagHandler.SwfObjectConfig.NetworkAccess[] values()
for (FlashTagHandler.SwfObjectConfig.NetworkAccess c : FlashTagHandler.SwfObjectConfig.NetworkAccess.values()) System.out.println(c);
public static FlashTagHandler.SwfObjectConfig.NetworkAccess valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2007-2012. All Rights Reserved.