java.lang.Object
java.lang.Enum<WorkUnitType>
com.blackhillsoftware.smf.smf98.zos.WorkUnitType
All Implemented Interfaces:
Serializable, Comparable<WorkUnitType>, java.lang.constant.Constable

public enum WorkUnitType extends Enum<WorkUnitType>
Work Unit types
  • Enum Constant Details

    • ALL_TASKS_AND_SRB

      public static final WorkUnitType ALL_TASKS_AND_SRB
    • NON_ENCLAVE

      public static final WorkUnitType NON_ENCLAVE
    • ENCLAVE_AND_SRB

      public static final WorkUnitType ENCLAVE_AND_SRB
    • NON_ENCLAVE_PREEMPTIBLE_SRB

      public static final WorkUnitType NON_ENCLAVE_PREEMPTIBLE_SRB
    • NON_PREEMPTIBLE_SRB

      public static final WorkUnitType NON_PREEMPTIBLE_SRB
    • IBM_RESERVED

      public static final WorkUnitType IBM_RESERVED
    • UNKNOWN

      public static final WorkUnitType UNKNOWN
  • Method Details

    • values

      public static WorkUnitType[] 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 WorkUnitType 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
    • forWorkUnitId

      public static WorkUnitType forWorkUnitId(int id)
    • workUnitId

      public int workUnitId()