public enum WorkflowActionStatus extends java.lang.Enum<WorkflowActionStatus> implements HybrisEnumValue
| Enum Constant and Description |
|---|
COMPLETED
Generated enum value for WorkflowActionStatus.completed declared at extension workflow.
|
DISABLED
Generated enum value for WorkflowActionStatus.disabled declared at extension workflow.
|
ENDED_THROUGH_END_OF_WORKFLOW
Generated enum value for WorkflowActionStatus.ended_through_end_of_workflow declared at extension workflow.
|
IN_PROGRESS
Generated enum value for WorkflowActionStatus.in_progress declared at extension workflow.
|
PAUSED
Generated enum value for WorkflowActionStatus.paused declared at extension workflow.
|
PENDING
Generated enum value for WorkflowActionStatus.pending declared at extension workflow.
|
TERMINATED
Generated enum value for WorkflowActionStatus.terminated declared at extension workflow.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
SIMPLE_CLASSNAME
Generated simple class name constant.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Gets the code of this enum value.
|
java.lang.String |
getType()
Gets the type this enum value belongs to.
|
static WorkflowActionStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowActionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowActionStatus PENDING
public static final WorkflowActionStatus IN_PROGRESS
public static final WorkflowActionStatus PAUSED
public static final WorkflowActionStatus COMPLETED
public static final WorkflowActionStatus DISABLED
public static final WorkflowActionStatus ENDED_THROUGH_END_OF_WORKFLOW
public static final WorkflowActionStatus TERMINATED
public static final java.lang.String _TYPECODE
public static final java.lang.String SIMPLE_CLASSNAME
public static WorkflowActionStatus[] values()
for (WorkflowActionStatus c : WorkflowActionStatus.values()) System.out.println(c);
public static WorkflowActionStatus 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 java.lang.String getCode()
getCode in interface HybrisEnumValuepublic java.lang.String getType()
getType in interface HybrisEnumValueCopyright © 2018 SAP SE. All Rights Reserved.