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

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

    • CDSA

      public static final SmsDsaIndexes CDSA
      Constant: 0x01 = 1
    • UDSA

      public static final SmsDsaIndexes UDSA
      Constant: 0x02 = 2
    • SDSA

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

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

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

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

      public static final SmsDsaIndexes ECDSA
      Constant: 0x09 = 9
    • EUDSA

      public static final SmsDsaIndexes EUDSA
      Constant: 0x0A = 10
    • ESDSA

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

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

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

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

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

      public static final SmsDsaIndexes GCDSA
      Constant: 0x11 = 17
    • GUDSA

      public static final SmsDsaIndexes GUDSA
      Constant: 0x12 = 18
    • GSDSA

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

      public static final SmsDsaIndexes NOT_DEFINED
  • Method Details

    • values

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