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

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

    • APPC

      public static final A14Eflgs APPC
      Constant: 0x01 = 1
    • LU61

      public static final A14Eflgs LU61
      Constant: 0x02 = 2
    • EXCI

      public static final A14Eflgs EXCI
      Constant: 0x03 = 3
    • NOT_DEFINED

      public static final A14Eflgs NOT_DEFINED
  • Method Details

    • values

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