Enum Constant and Description |
---|
Albuming |
Breeding |
Detaching |
Drifting |
Engineering |
Highlighting |
Killing |
Moving |
Phyloging |
PlayingBack |
Preliminary |
Randoming |
Sweeping |
Triangling |
Modifier and Type | Method and Description |
---|---|
static ModeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModeType Preliminary
public static final ModeType Breeding
public static final ModeType Albuming
public static final ModeType Phyloging
public static final ModeType Killing
public static final ModeType Moving
public static final ModeType Detaching
public static final ModeType Randoming
public static final ModeType Engineering
public static final ModeType Drifting
public static final ModeType Highlighting
public static final ModeType PlayingBack
public static final ModeType Triangling
public static final ModeType Sweeping
public static ModeType[] values()
for (ModeType c : ModeType.values()) System.out.println(c);
public static ModeType 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