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

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

    • LDRNOCO

      public static final LdrLocations LDRNOCO
      Constant: 0x00 = 0
    • LDRCDCO

      public static final LdrLocations LDRCDCO
      Constant: 0x01 = 1
    • LDRLPACO

      public static final LdrLocations LDRLPACO
      Constant: 0x03 = 3
    • LDRECDCO

      public static final LdrLocations LDRECDCO
      Constant: 0x04 = 4
    • LDRERDCO

      public static final LdrLocations LDRERDCO
      Constant: 0x06 = 6
    • LDRELPCO

      public static final LdrLocations LDRELPCO
      Constant: 0x07 = 7
    • LDRSDCO

      public static final LdrLocations LDRSDCO
      Constant: 0x08 = 8
    • LDRESDCO

      public static final LdrLocations LDRESDCO
      Constant: 0x09 = 9
    • LDRRDCO

      public static final LdrLocations LDRRDCO
      Constant: 0x0A = 10
    • LDRPCDCO

      public static final LdrLocations LDRPCDCO
      Constant: 0x0B = 11
    • LDRPUDCO

      public static final LdrLocations LDRPUDCO
      Constant: 0x0C = 12
    • LDREPCDCO

      public static final LdrLocations LDREPCDCO
      Constant: 0x0D = 13
    • LDREPUDCO

      public static final LdrLocations LDREPUDCO
      Constant: 0x0E = 14
    • NOT_DEFINED

      public static final LdrLocations NOT_DEFINED
  • Method Details

    • values

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