public static enum CoordInputLogicEvaluatorResult.STATUS extends Enum<CoordInputLogicEvaluatorResult.STATUS>
| Enum Constant and Description |
|---|
FALSE |
PHASE_TWO_EVALUATION |
TIMED_WAITING |
TRUE |
| Modifier and Type | Method and Description |
|---|---|
static CoordInputLogicEvaluatorResult.STATUS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoordInputLogicEvaluatorResult.STATUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoordInputLogicEvaluatorResult.STATUS TRUE
public static final CoordInputLogicEvaluatorResult.STATUS FALSE
public static final CoordInputLogicEvaluatorResult.STATUS PHASE_TWO_EVALUATION
public static final CoordInputLogicEvaluatorResult.STATUS TIMED_WAITING
public static CoordInputLogicEvaluatorResult.STATUS[] values()
for (CoordInputLogicEvaluatorResult.STATUS c : CoordInputLogicEvaluatorResult.STATUS.values()) System.out.println(c);
public static CoordInputLogicEvaluatorResult.STATUS valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016 Apache Software Foundation. All rights reserved.