public static enum WorkflowsConstants.WorkflowStatus extends Enum<WorkflowsConstants.WorkflowStatus>
| Enum Constant and Description |
|---|
ASSIGNED |
EXECUTABLE |
MISSING |
WAIT_SYS_SETTINGS |
WAIT_USER_SETTINGS |
| Modifier and Type | Field and Description |
|---|---|
String |
displayName |
String |
icon |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowsConstants.WorkflowStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowsConstants.WorkflowStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowsConstants.WorkflowStatus EXECUTABLE
public static final WorkflowsConstants.WorkflowStatus WAIT_USER_SETTINGS
public static final WorkflowsConstants.WorkflowStatus WAIT_SYS_SETTINGS
public static final WorkflowsConstants.WorkflowStatus ASSIGNED
public static final WorkflowsConstants.WorkflowStatus MISSING
public static WorkflowsConstants.WorkflowStatus[] values()
for (WorkflowsConstants.WorkflowStatus c : WorkflowsConstants.WorkflowStatus.values()) System.out.println(c);
public static WorkflowsConstants.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 © 2022. All rights reserved.