public static enum RPlan.PlanLifecycleState extends java.lang.Enum<RPlan.PlanLifecycleState>
Enum Constant and Description |
---|
ABORTED |
ABORTING |
BODY |
FAILED |
FAILING |
NEW |
PASSED |
PASSING |
Modifier and Type | Method and Description |
---|---|
static RPlan.PlanLifecycleState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RPlan.PlanLifecycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RPlan.PlanLifecycleState NEW
public static final RPlan.PlanLifecycleState BODY
public static final RPlan.PlanLifecycleState PASSING
public static final RPlan.PlanLifecycleState FAILING
public static final RPlan.PlanLifecycleState ABORTING
public static final RPlan.PlanLifecycleState PASSED
public static final RPlan.PlanLifecycleState FAILED
public static final RPlan.PlanLifecycleState ABORTED
public static RPlan.PlanLifecycleState[] values()
for (RPlan.PlanLifecycleState c : RPlan.PlanLifecycleState.values()) System.out.println(c);
public static RPlan.PlanLifecycleState 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