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

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

    • NA

      public static final TmrAcMth NA
      Constant: 0x00 = 0
    • VTAM

      public static final TmrAcMth VTAM
      Constant: 0x01 = 1
    • BSAM

      public static final TmrAcMth BSAM
      Constant: 0x03 = 3
    • TCAM

      public static final TmrAcMth TCAM
      Constant: 0x04 = 4
    • BGAM

      public static final TmrAcMth BGAM
      Constant: 0x06 = 6
    • CONSOLE

      public static final TmrAcMth CONSOLE
      Constant: 0x07 = 7
    • NOT_DEFINED

      public static final TmrAcMth NOT_DEFINED
  • Method Details

    • values

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