public static enum FlashTagHandler.SwfObjectConfig.ScriptAccess extends Enum<FlashTagHandler.SwfObjectConfig.ScriptAccess>
| Enum Constant and Description |
|---|
always |
never |
samedomain |
| Modifier and Type | Method and Description |
|---|---|
static FlashTagHandler.SwfObjectConfig.ScriptAccess |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlashTagHandler.SwfObjectConfig.ScriptAccess[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlashTagHandler.SwfObjectConfig.ScriptAccess always
public static final FlashTagHandler.SwfObjectConfig.ScriptAccess samedomain
public static final FlashTagHandler.SwfObjectConfig.ScriptAccess never
public static FlashTagHandler.SwfObjectConfig.ScriptAccess[] values()
for (FlashTagHandler.SwfObjectConfig.ScriptAccess c : FlashTagHandler.SwfObjectConfig.ScriptAccess.values()) System.out.println(c);
public static FlashTagHandler.SwfObjectConfig.ScriptAccess 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.