static enum PP_OscMovementReasoning.DirectionState extends java.lang.Enum<PP_OscMovementReasoning.DirectionState>
| Enum Constant and Description |
|---|
DOWN
The down.
|
LEFT
The left.
|
NOT_DEFINED
The not defined.
|
RIGHT
The right.
|
STILL
The still.
|
UP
The up.
|
| Modifier and Type | Method and Description |
|---|---|
static PP_OscMovementReasoning.DirectionState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PP_OscMovementReasoning.DirectionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PP_OscMovementReasoning.DirectionState NOT_DEFINED
public static final PP_OscMovementReasoning.DirectionState UP
public static final PP_OscMovementReasoning.DirectionState DOWN
public static final PP_OscMovementReasoning.DirectionState RIGHT
public static final PP_OscMovementReasoning.DirectionState LEFT
public static final PP_OscMovementReasoning.DirectionState STILL
public static PP_OscMovementReasoning.DirectionState[] values()
for (PP_OscMovementReasoning.DirectionState c : PP_OscMovementReasoning.DirectionState.values()) System.out.println(c);
public static PP_OscMovementReasoning.DirectionState 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