public static enum Dislodge.DIRECTION extends java.lang.Enum<Dislodge.DIRECTION>
Modifier and Type | Method and Description |
---|---|
long |
value() |
static Dislodge.DIRECTION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Dislodge.DIRECTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dislodge.DIRECTION AUTO
public static final Dislodge.DIRECTION FORWARD
public static final Dislodge.DIRECTION BACKWARD
public static Dislodge.DIRECTION[] values()
for (Dislodge.DIRECTION c : Dislodge.DIRECTION.values()) System.out.println(c);
public static Dislodge.DIRECTION 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 nullpublic long value()