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

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

    • NOCOPY

      public static final LdpLocation NOCOPY
      Constant: 0x00 = 0
    • CDSA

      public static final LdpLocation CDSA
      Constant: 0x01 = 1
    • LPA

      public static final LdpLocation LPA
      Constant: 0x03 = 3
    • ECDSA

      public static final LdpLocation ECDSA
      Constant: 0x04 = 4
    • ERDSA

      public static final LdpLocation ERDSA
      Constant: 0x06 = 6
    • ELPA

      public static final LdpLocation ELPA
      Constant: 0x07 = 7
    • SDSA

      public static final LdpLocation SDSA
      Constant: 0x08 = 8
    • ESDSA

      public static final LdpLocation ESDSA
      Constant: 0x09 = 9
    • RDSA

      public static final LdpLocation RDSA
      Constant: 0x0A = 10
    • PCDSA

      public static final LdpLocation PCDSA
      Constant: 0x0B = 11
    • PUDSA

      public static final LdpLocation PUDSA
      Constant: 0x0C = 12
    • EPCDSA

      public static final LdpLocation EPCDSA
      Constant: 0x0D = 13
    • EPUDSA

      public static final LdpLocation EPUDSA
      Constant: 0x0E = 14
    • NOT_DEFINED

      public static final LdpLocation NOT_DEFINED
  • Method Details

    • values

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