static enum SelectAction.Mode extends Enum<SelectAction.Mode>
Modifier and Type | Method and Description |
---|---|
static SelectAction.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectAction.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelectAction.Mode move
public static final SelectAction.Mode rotate
public static final SelectAction.Mode scale
public static final SelectAction.Mode select
public static SelectAction.Mode[] values()
for (SelectAction.Mode c : SelectAction.Mode.values()) System.out.println(c);
public static SelectAction.Mode 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 null