Enum Class Ranking

java.lang.Object
java.lang.Enum<Ranking>
eu.hansolo.tilesfx.tools.Ranking
All Implemented Interfaces:
Serializable, Comparable<Ranking>, Constable

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

    • NONE

      public static final Ranking NONE
    • FIRST

      public static final Ranking FIRST
    • SECOND

      public static final Ranking SECOND
    • THIRD

      public static final Ranking THIRD
    • FOURTH

      public static final Ranking FOURTH
    • FIFTH

      public static final Ranking FIFTH
    • SIXTH

      public static final Ranking SIXTH
    • SEVENTH

      public static final Ranking SEVENTH
    • EIGHTS

      public static final Ranking EIGHTS
    • NINTH

      public static final Ranking NINTH
    • TENTH

      public static final Ranking TENTH
  • Method Details

    • values

      public static Ranking[] 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 Ranking 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
    • getAsInt

      public int getAsInt()