Enum Class WorkflowActionType

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

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

    • START

      public static final WorkflowActionType START
      Generated enum value for WorkflowActionType.start declared at extension workflow.
    • END

      public static final WorkflowActionType END
      Generated enum value for WorkflowActionType.end declared at extension workflow.
    • NORMAL

      public static final WorkflowActionType NORMAL
      Generated enum value for WorkflowActionType.normal declared at extension workflow.
  • Field Details

  • Method Details

    • values

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