Enum Class CMSWorkflowOperation

java.lang.Object
java.lang.Enum<CMSWorkflowOperation>
de.hybris.platform.cmsfacades.enums.CMSWorkflowOperation
All Implemented Interfaces:
Serializable, Comparable<CMSWorkflowOperation>, Constable

public enum CMSWorkflowOperation extends Enum<CMSWorkflowOperation>
  • Enum Constant Details

    • CANCEL_WORKFLOW

      public static final CMSWorkflowOperation CANCEL_WORKFLOW
      Generated enum value for CMSWorkflowOperation.CANCEL_WORKFLOW value defined at extension cmsfacades.
    • MAKE_DECISION

      public static final CMSWorkflowOperation MAKE_DECISION
      Generated enum value for CMSWorkflowOperation.MAKE_DECISION value defined at extension cmsfacades.
  • Method Details

    • values

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