public static enum WorkflowStatusSelector.WorkflowStatus extends Enum<WorkflowStatusSelector.WorkflowStatus>
| Enum Constant and Description |
|---|
ABORTED |
COMPLETED |
RUNNING |
STALE |
SUSPENDED |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowStatusSelector.WorkflowStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowStatusSelector.WorkflowStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowStatusSelector.WorkflowStatus COMPLETED
public static final WorkflowStatusSelector.WorkflowStatus ABORTED
public static final WorkflowStatusSelector.WorkflowStatus RUNNING
public static final WorkflowStatusSelector.WorkflowStatus SUSPENDED
public static final WorkflowStatusSelector.WorkflowStatus STALE
public static WorkflowStatusSelector.WorkflowStatus[] values()
for (WorkflowStatusSelector.WorkflowStatus c : WorkflowStatusSelector.WorkflowStatus.values()) System.out.println(c);
public static WorkflowStatusSelector.WorkflowStatus 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 nullCopyright © 2013–2020 Adobe. All rights reserved.