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