Enum Class DN

java.lang.Object
java.lang.Enum<DN>
de.kaiserpfalzedv.rpg.torg.model.core.DN
All Implemented Interfaces:
Serializable, Comparable<DN>, Constable

public enum DN extends Enum<DN>
DN --
Since:
0.3.0 2021-05-23
Author:
klenkes74 <rlichti@kaiserpfalz-edv.de>
  • Enum Constant Details

    • VERY_EASY

      public static final DN VERY_EASY
    • EASY

      public static final DN EASY
    • STANDARD

      public static final DN STANDARD
    • CHALLENGING

      public static final DN CHALLENGING
    • HARD

      public static final DN HARD
    • VERY_HARD

      public static final DN VERY_HARD
    • HEROIC

      public static final DN HEROIC
    • NEAR_IMPOSSIBLE

      public static final DN NEAR_IMPOSSIBLE
  • Method Details

    • values

      public static DN[] 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 DN 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
    • getName

      public String getName()
    • getDn

      public Integer getDn()
    • getModifier

      public Integer getModifier()