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

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

    • CDSA

      public static final LgdDsaType CDSA
      Constant: 0x01 = 1
    • ECDSA

      public static final LgdDsaType ECDSA
      Constant: 0x02 = 2
    • SDSA

      public static final LgdDsaType SDSA
      Constant: 0x03 = 3
    • ESDSA

      public static final LgdDsaType ESDSA
      Constant: 0x04 = 4
    • RDSA

      public static final LgdDsaType RDSA
      Constant: 0x05 = 5
    • ERDSA

      public static final LgdDsaType ERDSA
      Constant: 0x06 = 6
    • NOT_DEFINED

      public static final LgdDsaType NOT_DEFINED
  • Method Details

    • values

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