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

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

    • STARTED

      public static final MqrMonstatus STARTED
      Constant: 0x01 = 1
    • STARTING

      public static final MqrMonstatus STARTING
      Constant: 0x02 = 2
    • STOPPED

      public static final MqrMonstatus STOPPED
      Constant: 0x03 = 3
    • STOPPING

      public static final MqrMonstatus STOPPING
      Constant: 0x04 = 4
    • NOT_DEFINED

      public static final MqrMonstatus NOT_DEFINED
  • Method Details

    • values

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