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

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

    • NA

      public static final D2rAuthtype NA
      Constant: 0x00 = 0
    • USERID

      public static final D2rAuthtype USERID
      Constant: 0x01 = 1
    • OPID

      public static final D2rAuthtype OPID
      Constant: 0x02 = 2
    • GROUP

      public static final D2rAuthtype GROUP
      Constant: 0x03 = 3
    • SIGNID

      public static final D2rAuthtype SIGNID
      Constant: 0x04 = 4
    • TERM

      public static final D2rAuthtype TERM
      Constant: 0x05 = 5
    • TXID

      public static final D2rAuthtype TXID
      Constant: 0x06 = 6
    • NOT_DEFINED

      public static final D2rAuthtype NOT_DEFINED
  • Method Details

    • values

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