public static enum Dispatcher.ACTIVITY_STATE extends java.lang.Enum<Dispatcher.ACTIVITY_STATE>
| Enum Constant and Description |
|---|
FINISHED |
FINISHING |
MANUALLY_FINISHING |
MANUALLY_STARTED |
PLANNED |
SKIP_BECAUSE_UNIFICATION |
STARTED |
| Modifier and Type | Method and Description |
|---|---|
static Dispatcher.ACTIVITY_STATE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Dispatcher.ACTIVITY_STATE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dispatcher.ACTIVITY_STATE PLANNED
public static final Dispatcher.ACTIVITY_STATE STARTED
public static final Dispatcher.ACTIVITY_STATE FINISHING
public static final Dispatcher.ACTIVITY_STATE MANUALLY_FINISHING
public static final Dispatcher.ACTIVITY_STATE FINISHED
public static final Dispatcher.ACTIVITY_STATE SKIP_BECAUSE_UNIFICATION
public static final Dispatcher.ACTIVITY_STATE MANUALLY_STARTED
public static Dispatcher.ACTIVITY_STATE[] values()
for (Dispatcher.ACTIVITY_STATE c : Dispatcher.ACTIVITY_STATE.values()) System.out.println(c);
public static Dispatcher.ACTIVITY_STATE 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