public static enum IGoal.GoalLifecycleState extends java.lang.Enum<IGoal.GoalLifecycleState>
Enum Constant and Description |
---|
ACTIVE |
ADOPTED |
DROPPED |
DROPPING |
NEW |
OPTION |
SUSPENDED |
Modifier and Type | Method and Description |
---|---|
static IGoal.GoalLifecycleState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IGoal.GoalLifecycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IGoal.GoalLifecycleState NEW
public static final IGoal.GoalLifecycleState ADOPTED
public static final IGoal.GoalLifecycleState OPTION
public static final IGoal.GoalLifecycleState ACTIVE
public static final IGoal.GoalLifecycleState SUSPENDED
public static final IGoal.GoalLifecycleState DROPPING
public static final IGoal.GoalLifecycleState DROPPED
public static IGoal.GoalLifecycleState[] values()
for (IGoal.GoalLifecycleState c : IGoal.GoalLifecycleState.values()) System.out.println(c);
public static IGoal.GoalLifecycleState 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