public static enum Palette.SelectionState extends java.lang.Enum<Palette.SelectionState>
Enum Constant and Description |
---|
ATOMIC_TASK |
COMPOSITE_TASK |
CONDITION |
MARQUEE |
MULTIPLE_ATOMIC_TASK |
MULTIPLE_COMPOSITE_TASK |
Modifier and Type | Method and Description |
---|---|
static Palette.SelectionState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Palette.SelectionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Palette.SelectionState ATOMIC_TASK
public static final Palette.SelectionState MULTIPLE_ATOMIC_TASK
public static final Palette.SelectionState COMPOSITE_TASK
public static final Palette.SelectionState MULTIPLE_COMPOSITE_TASK
public static final Palette.SelectionState CONDITION
public static final Palette.SelectionState MARQUEE
public static Palette.SelectionState[] values()
for (Palette.SelectionState c : Palette.SelectionState.values()) System.out.println(c);
public static Palette.SelectionState valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null