java.lang.Object
java.lang.Enum<DetailEvent>
com.blackhillsoftware.smf.smf119.zert.DetailEvent
All Implemented Interfaces:
Serializable, Comparable<DetailEvent>, java.lang.constant.Constable

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

    • Init

      public static final DetailEvent Init
      Constant: 0x01 = 1
    • Change

      public static final DetailEvent Change
      Constant: 0x02 = 2
    • Termination

      public static final DetailEvent Termination
      Constant: 0x03 = 3
    • Short_Termination

      public static final DetailEvent Short_Termination
      Constant: 0x04 = 4
    • Enabled

      public static final DetailEvent Enabled
      Constant: 0x05 = 5
    • Disabled

      public static final DetailEvent Disabled
      Constant: 0x06 = 6
    • Enforcement

      public static final DetailEvent Enforcement
      Constant: 0x07 = 7
    • NOT_DEFINED

      public static final DetailEvent NOT_DEFINED
  • Method Details

    • values

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