Enum Class ApplyTo

java.lang.Object
java.lang.Enum<ApplyTo>
de.rpgframework.genericrpg.data.ApplyTo
All Implemented Interfaces:
Serializable, Comparable<ApplyTo>, java.lang.constant.Constable

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

    • DATA_ITEM

      public static final ApplyTo DATA_ITEM
    • PARENT

      public static final ApplyTo PARENT
    • CHARACTER

      public static final ApplyTo CHARACTER
    • UNARMED

      public static final ApplyTo UNARMED
    • MELEE

      public static final ApplyTo MELEE
    • ACTIVE_GEAR

      public static final ApplyTo ACTIVE_GEAR
    • RULES

      public static final ApplyTo RULES
    • POINTS

      public static final ApplyTo POINTS
    • PERSONA

      public static final ApplyTo PERSONA
    • DRAKE

      public static final ApplyTo DRAKE
    • ANIMAL

      public static final ApplyTo ANIMAL
  • Method Details

    • values

      public static ApplyTo[] 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 ApplyTo 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