public static enum BulkWorkflow.State extends Enum<BulkWorkflow.State> implements WorkflowState
| Enum Constant and Description |
|---|
done |
error |
splitWork |
waitForChildrenToFinish |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Return the description of the workflow state.
|
WorkflowStateType |
getType()
Return the workflow state type.
|
static BulkWorkflow.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BulkWorkflow.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final BulkWorkflow.State splitWork
public static final BulkWorkflow.State waitForChildrenToFinish
public static final BulkWorkflow.State done
public static final BulkWorkflow.State error
public static BulkWorkflow.State[] values()
for (BulkWorkflow.State c : BulkWorkflow.State.values()) System.out.println(c);
public static BulkWorkflow.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic WorkflowStateType getType()
WorkflowStategetType in interface WorkflowStatepublic String getDescription()
WorkflowStategetDescription in interface WorkflowStateCopyright © 2014–2020 Nitor Creations. All rights reserved.