Enum Class AttributeTable.Mode

java.lang.Object
java.lang.Enum<AttributeTable.Mode>
de.rpgframework.jfx.rules.AttributeTable.Mode
All Implemented Interfaces:
Serializable, Comparable<AttributeTable.Mode>, java.lang.constant.Constable
Enclosing class:
AttributeTable<A extends IAttribute>

public static enum AttributeTable.Mode extends Enum<AttributeTable.Mode>
  • Enum Constant Details

    • SHOW_ONLY

      public static final AttributeTable.Mode SHOW_ONLY
      Show only the values, but don't allow any changes
    • DIRECT_INPUT

      public static final AttributeTable.Mode DIRECT_INPUT
      Directly enter the attribute values
    • GENERATE

      public static final AttributeTable.Mode GENERATE
      Allow raising and lowering attributes with a Generator.
    • CAREER

      public static final AttributeTable.Mode CAREER
      Allow raising and lowering attributes with a Controller
  • Method Details

    • values

      public static AttributeTable.Mode[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static AttributeTable.Mode valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null