java.lang.Object
java.lang.Enum<D2rPriority>
com.blackhillsoftware.smf.cics.statistics.values.D2rPriority
All Implemented Interfaces:
Serializable, Comparable<D2rPriority>, java.lang.constant.Constable

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

    • NA

      public static final D2rPriority NA
      Constant: 0x00 = 0
    • HIGH

      public static final D2rPriority HIGH
      Constant: 0x01 = 1
    • EQUAL

      public static final D2rPriority EQUAL
      Constant: 0x02 = 2
    • LOW

      public static final D2rPriority LOW
      Constant: 0x03 = 3
    • NOT_DEFINED

      public static final D2rPriority NOT_DEFINED
  • Method Details

    • values

      public static D2rPriority[] 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 D2rPriority 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
    • from

      public static D2rPriority from(int value)
      Get the D2rPriority for an integer value
      Parameters:
      value - the integer value
      Returns:
      the corresponding D2rPriority