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

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

    • IntInc

      public static final RecordReason IntInc
      Constant: 0xC0 = 192
    • Int

      public static final RecordReason Int
      Constant: 0x80 = 128
    • IEndInc

      public static final RecordReason IEndInc
      Constant: 0x60 = 96
    • IEnd

      public static final RecordReason IEnd
      Constant: 0x20 = 32
    • IShtInc

      public static final RecordReason IShtInc
      Constant: 0x50 = 80
    • ISht

      public static final RecordReason ISht
      Constant: 0x10 = 16
    • EvtInc

      public static final RecordReason EvtInc
      Constant: 0x48 = 72
    • Evt

      public static final RecordReason Evt
      Constant: 0x08 = 8
    • NOT_DEFINED

      public static final RecordReason NOT_DEFINED
  • Method Details

    • values

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