protected static enum BlockUI.PropertyKeys extends Enum<BlockUI.PropertyKeys>
| Enum Constant and Description |
|---|
animate |
block |
blocked |
trigger |
widgetVar |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static BlockUI.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockUI.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlockUI.PropertyKeys widgetVar
public static final BlockUI.PropertyKeys trigger
public static final BlockUI.PropertyKeys block
public static final BlockUI.PropertyKeys blocked
public static final BlockUI.PropertyKeys animate
public static BlockUI.PropertyKeys[] values()
for (BlockUI.PropertyKeys c : BlockUI.PropertyKeys.values()) System.out.println(c);
public static BlockUI.PropertyKeys 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 nullpublic String toString()
toString in class Enum<BlockUI.PropertyKeys>Copyright © 2014. All rights reserved.