public static enum StatesChoice.StateType extends Enum<StatesChoice.StateType>
| Modifier and Type | Method and Description |
|---|---|
static StatesChoice.StateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatesChoice.StateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatesChoice.StateType HOVER
public static final StatesChoice.StateType SELECT
public static StatesChoice.StateType[] values()
for (StatesChoice.StateType c : StatesChoice.StateType.values()) System.out.println(c);
public static StatesChoice.StateType 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 © 2013. All Rights Reserved.