public static enum ComponentResult.ComponentState extends java.lang.Enum<ComponentResult.ComponentState>
Enum Constant and Description |
---|
ABORTED |
DATA_RETRIEVED |
FAIL |
FINISHED |
RELOADED |
RESULTDATA_POSTED |
STARTED |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
allStatesAsString() |
static ComponentResult.ComponentState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ComponentResult.ComponentState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComponentResult.ComponentState STARTED
public static final ComponentResult.ComponentState DATA_RETRIEVED
public static final ComponentResult.ComponentState RESULTDATA_POSTED
public static final ComponentResult.ComponentState FINISHED
public static final ComponentResult.ComponentState RELOADED
public static final ComponentResult.ComponentState ABORTED
public static final ComponentResult.ComponentState FAIL
public static ComponentResult.ComponentState[] values()
for (ComponentResult.ComponentState c : ComponentResult.ComponentState.values()) System.out.println(c);
public static ComponentResult.ComponentState 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 static java.lang.String allStatesAsString()