| Enum Constant and Description |
|---|
Busy
Busy tone.
|
CallLost
Call on hold tone.
|
CallOnHold
Call waiting tone.
|
CallWaiting
|
Undefined
Not a tone.
|
| Modifier and Type | Field and Description |
|---|---|
protected int |
mValue |
| Modifier and Type | Method and Description |
|---|---|
static ToneID |
fromInt(int value) |
int |
toInt() |
static ToneID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ToneID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ToneID Undefined
public static final ToneID Busy
public static final ToneID CallWaiting
public static final ToneID CallOnHold
public static final ToneID CallLost
public static ToneID[] values()
for (ToneID c : ToneID.values()) System.out.println(c);
public static ToneID 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 nullpublic static ToneID fromInt(int value) throws java.lang.RuntimeException
java.lang.RuntimeExceptionpublic int toInt()