Enum Class WorkflowActionStatus
- All Implemented Interfaces:
HybrisEnumValue,Serializable,Comparable<WorkflowActionStatus>,Constable
Generated enum WorkflowActionStatus declared at extension workflow.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionGenerated enum value for WorkflowActionStatus.completed declared at extension workflow.Generated enum value for WorkflowActionStatus.disabled declared at extension workflow.Generated enum value for WorkflowActionStatus.ended_through_end_of_workflow declared at extension workflow.Generated enum value for WorkflowActionStatus.in_progress declared at extension workflow.Generated enum value for WorkflowActionStatus.paused declared at extension workflow.Generated enum value for WorkflowActionStatus.pending declared at extension workflow.Generated enum value for WorkflowActionStatus.terminated declared at extension workflow. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Gets the code of this enum value.getType()Gets the type this enum value belongs to.static WorkflowActionStatusReturns the enum constant of this class with the specified name.static WorkflowActionStatus[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PENDING
Generated enum value for WorkflowActionStatus.pending 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. -
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. -
TERMINATED
Generated enum value for WorkflowActionStatus.terminated declared at extension workflow.
-
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
SIMPLE_CLASSNAME
Generated simple class name constant.- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getCode
Gets the code of this enum value.- Specified by:
getCodein interfaceHybrisEnumValue- Returns:
- code of value
-
getType
Gets the type this enum value belongs to.- Specified by:
getTypein interfaceHybrisEnumValue- Returns:
- code of type
-