Enum Class SkillTable.Mode

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

public static enum SkillTable.Mode extends Enum<SkillTable.Mode>
How many attributes are assigned to a skill
  • Enum Constant Details

  • Method Details

    • values

      public static SkillTable.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 SkillTable.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