| Enum Constant and Description |
|---|
A
a
|
B
b
|
C
c
|
D
d
|
FLASH
flash
|
POUND
pound
|
STAR
star
|
TONE0
tone0
|
TONE1
tone1
|
TONE2
tone2
|
TONE3
tone3
|
TONE4
tone4
|
TONE5
tone5
|
TONE6
tone6
|
TONE7
tone7
|
TONE8
tone8
|
TONE9
tone9
|
UNEXPECTED_VALUE
For Tone values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static Tone |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tone[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tone TONE0
public static final Tone TONE1
public static final Tone TONE2
public static final Tone TONE3
public static final Tone TONE4
public static final Tone TONE5
public static final Tone TONE6
public static final Tone TONE7
public static final Tone TONE8
public static final Tone TONE9
public static final Tone STAR
public static final Tone POUND
public static final Tone A
public static final Tone B
public static final Tone C
public static final Tone D
public static final Tone FLASH
public static final Tone UNEXPECTED_VALUE
public static Tone[] values()
for (Tone c : Tone.values()) System.out.println(c);
public static Tone valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null