java.lang.Object
java.lang.Enum<SubStatus>
com.adobe.acs.commons.workflow.bulk.execution.model.SubStatus
All Implemented Interfaces:
Serializable, Comparable<SubStatus>

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

    • ERROR

      public static final SubStatus ERROR
    • DEACTIVATED

      public static final SubStatus DEACTIVATED
    • STOPPING

      public static final SubStatus STOPPING
    • FORCE_TERMINATED

      public static final SubStatus FORCE_TERMINATED
    • SLEEPING

      public static final SubStatus SLEEPING
  • Method Details

    • values

      public static SubStatus[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static SubStatus valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null