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

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

    • RLS

      public static final A17Dsrls RLS
      Constant: 0xD9 = 217
    • NONRLS

      public static final A17Dsrls NONRLS
      Constant: 0x40 = 64
    • NOT_DEFINED

      public static final A17Dsrls NOT_DEFINED
  • Method Details

    • values

      public static A17Dsrls[] 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 A17Dsrls 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 A17Dsrls from(int value)
      Get the A17Dsrls for an integer value
      Parameters:
      value - the integer value
      Returns:
      the corresponding A17Dsrls