Enum Class Tone

java.lang.Object
java.lang.Enum<Tone>
com.independentsoft.graph.teams.Tone
All Implemented Interfaces:
Serializable, Comparable<Tone>, Constable

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

    • TONE_0

      public static final Tone TONE_0
    • TONE_1

      public static final Tone TONE_1
    • TONE_2

      public static final Tone TONE_2
    • TONE_3

      public static final Tone TONE_3
    • TONE_4

      public static final Tone TONE_4
    • TONE_5

      public static final Tone TONE_5
    • TONE_6

      public static final Tone TONE_6
    • TONE_7

      public static final Tone TONE_7
    • TONE_8

      public static final Tone TONE_8
    • TONE_9

      public static final Tone TONE_9
    • STAR

      public static final Tone STAR
    • POUND

      public static final Tone POUND
    • A

      public static final Tone A
    • B

      public static final Tone B
    • C

      public static final Tone C
    • D

      public static final Tone D
    • FLASH

      public static final Tone FLASH
    • UNKNOWN_FUTURE_VALUE

      public static final Tone UNKNOWN_FUTURE_VALUE
  • Method Details

    • values

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