public static enum Call.DTMF extends Enum<Call.DTMF>
| Enum Constant and Description |
|---|
TYPE_0 |
TYPE_1 |
TYPE_2 |
TYPE_3 |
TYPE_4 |
TYPE_5 |
TYPE_6 |
TYPE_7 |
TYPE_8 |
TYPE_9 |
TYPE_ASTERISK |
TYPE_SHARP |
| Modifier and Type | Method and Description |
|---|---|
static Call.DTMF |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Call.DTMF[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Call.DTMF TYPE_0
public static final Call.DTMF TYPE_1
public static final Call.DTMF TYPE_2
public static final Call.DTMF TYPE_3
public static final Call.DTMF TYPE_4
public static final Call.DTMF TYPE_5
public static final Call.DTMF TYPE_6
public static final Call.DTMF TYPE_7
public static final Call.DTMF TYPE_8
public static final Call.DTMF TYPE_9
public static final Call.DTMF TYPE_SHARP
public static final Call.DTMF TYPE_ASTERISK
public static Call.DTMF[] values()
for (Call.DTMF c : Call.DTMF.values()) System.out.println(c);
public static Call.DTMF valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2013. All Rights Reserved.