java.lang.Object
java.lang.Enum<State>
com.orchestranetworks.addon.mame.model.State
All Implemented Interfaces:
Serializable, Comparable<State>, Constable

public enum State extends Enum<State>
the state of the record after the last match or a merge operation.
  • Enum Constant Details

    • UNSET

      public static final State UNSET
    • GOLDEN

      public static final State GOLDEN
    • MERGED

      public static final State MERGED
    • PENDING_APPROVAL

      public static final State PENDING_APPROVAL
    • DELETED

      public static final State DELETED
  • Method Details

    • values

      public static State[] 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 State 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
    • getState

      public static State getState(int state)
    • getValue

      public int getValue()