public enum ESnakePriorShapeType extends java.lang.Enum<ESnakePriorShapeType>
Enum Constant and Description |
---|
BANANA |
BOOMERANG |
BRAINWHITE |
CIRCLE |
CORPUSCALLOSUM |
CROSS |
CUSTOM |
ELECTRICGUITAR |
FEMUR |
FLY |
MOUSEORGAN |
NONE |
SEMICIRCLE |
SQUARE |
UPPERLIP |
Modifier and Type | Method and Description |
---|---|
static ESnakePriorShapeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ESnakePriorShapeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ESnakePriorShapeType NONE
public static final ESnakePriorShapeType BANANA
public static final ESnakePriorShapeType BOOMERANG
public static final ESnakePriorShapeType BRAINWHITE
public static final ESnakePriorShapeType CIRCLE
public static final ESnakePriorShapeType CORPUSCALLOSUM
public static final ESnakePriorShapeType CROSS
public static final ESnakePriorShapeType ELECTRICGUITAR
public static final ESnakePriorShapeType FEMUR
public static final ESnakePriorShapeType FLY
public static final ESnakePriorShapeType MOUSEORGAN
public static final ESnakePriorShapeType SEMICIRCLE
public static final ESnakePriorShapeType SQUARE
public static final ESnakePriorShapeType UPPERLIP
public static final ESnakePriorShapeType CUSTOM
public static ESnakePriorShapeType[] values()
for (ESnakePriorShapeType c : ESnakePriorShapeType.values()) System.out.println(c);
public static ESnakePriorShapeType 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