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

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

    • CDSA

      public static final SmdDsaIndexes CDSA
      Constant: 0x01 = 1
    • SDSA

      public static final SmdDsaIndexes SDSA
      Constant: 0x03 = 3
    • RDSA

      public static final SmdDsaIndexes RDSA
      Constant: 0x04 = 4
    • PCDSA

      public static final SmdDsaIndexes PCDSA
      Constant: 0x05 = 5
    • PUDSA

      public static final SmdDsaIndexes PUDSA
      Constant: 0x06 = 6
    • ECDSA

      public static final SmdDsaIndexes ECDSA
      Constant: 0x09 = 9
    • ESDSA

      public static final SmdDsaIndexes ESDSA
      Constant: 0x0B = 11
    • ERDSA

      public static final SmdDsaIndexes ERDSA
      Constant: 0x0C = 12
    • ETDSA

      public static final SmdDsaIndexes ETDSA
      Constant: 0x0D = 13
    • EPCDSA

      public static final SmdDsaIndexes EPCDSA
      Constant: 0x0E = 14
    • EPUDSA

      public static final SmdDsaIndexes EPUDSA
      Constant: 0x0F = 15
    • GCDSA

      public static final SmdDsaIndexes GCDSA
      Constant: 0x11 = 17
    • GSDSA

      public static final SmdDsaIndexes GSDSA
      Constant: 0x13 = 19
    • NOT_DEFINED

      public static final SmdDsaIndexes NOT_DEFINED
  • Method Details

    • values

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