Enum Class WorkflowActionStatus

java.lang.Object
java.lang.Enum<WorkflowActionStatus>
de.hybris.platform.workflow.enums.WorkflowActionStatus
All Implemented Interfaces:
HybrisEnumValue, Serializable, Comparable<WorkflowActionStatus>, Constable

public enum WorkflowActionStatus extends Enum<WorkflowActionStatus> implements HybrisEnumValue
Generated enum WorkflowActionStatus declared at extension workflow.
  • Enum Constant Details

    • PENDING

      public static final WorkflowActionStatus PENDING
      Generated enum value for WorkflowActionStatus.pending declared at extension workflow.
    • IN_PROGRESS

      public static final WorkflowActionStatus IN_PROGRESS
      Generated enum value for WorkflowActionStatus.in_progress declared at extension workflow.
    • PAUSED

      public static final WorkflowActionStatus PAUSED
      Generated enum value for WorkflowActionStatus.paused declared at extension workflow.
    • COMPLETED

      public static final WorkflowActionStatus COMPLETED
      Generated enum value for WorkflowActionStatus.completed declared at extension workflow.
    • DISABLED

      public static final WorkflowActionStatus DISABLED
      Generated enum value for WorkflowActionStatus.disabled declared at extension workflow.
    • ENDED_THROUGH_END_OF_WORKFLOW

      public static final WorkflowActionStatus ENDED_THROUGH_END_OF_WORKFLOW
      Generated enum value for WorkflowActionStatus.ended_through_end_of_workflow declared at extension workflow.
    • TERMINATED

      public static final WorkflowActionStatus TERMINATED
      Generated enum value for WorkflowActionStatus.terminated declared at extension workflow.
  • Field Details

  • Method Details

    • values

      public static WorkflowActionStatus[] 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

      public static WorkflowActionStatus valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getCode

      public String getCode()
      Gets the code of this enum value.
      Specified by:
      getCode in interface HybrisEnumValue
      Returns:
      code of value
    • getType

      public String getType()
      Gets the type this enum value belongs to.
      Specified by:
      getType in interface HybrisEnumValue
      Returns:
      code of type