|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WorkflowAction.Status>
org.apache.oozie.client.WorkflowAction.Status
public static enum WorkflowAction.Status
Defines the possible stati of a action.
Enum Constant Summary | |
---|---|
DONE
|
|
END_MANUAL
|
|
END_RETRY
|
|
ERROR
|
|
FAILED
|
|
KILLED
|
|
OK
|
|
PREP
|
|
RUNNING
|
|
START_MANUAL
|
|
START_RETRY
|
|
USER_RETRY
|
Method Summary | |
---|---|
static WorkflowAction.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WorkflowAction.Status[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final WorkflowAction.Status PREP
public static final WorkflowAction.Status RUNNING
public static final WorkflowAction.Status OK
public static final WorkflowAction.Status ERROR
public static final WorkflowAction.Status USER_RETRY
public static final WorkflowAction.Status START_RETRY
public static final WorkflowAction.Status START_MANUAL
public static final WorkflowAction.Status DONE
public static final WorkflowAction.Status END_RETRY
public static final WorkflowAction.Status END_MANUAL
public static final WorkflowAction.Status KILLED
public static final WorkflowAction.Status FAILED
Method Detail |
---|
public static WorkflowAction.Status[] values()
for (WorkflowAction.Status c : WorkflowAction.Status.values()) System.out.println(c);
public static WorkflowAction.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 name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |