Enum Constant and Description |
---|
_0
0
|
_1
1
|
_2
2
|
_3
3
|
_4
4
|
_5
5
|
_6
6
|
_7
7
|
_8
8
|
_9
9
|
A
A
|
Asterisk
*
|
B
B
|
Backslash
Backslash
|
C
C
|
D
D
|
Pound
#
|
Modifier and Type | Method and Description |
---|---|
static DTMFCodes |
fromInt(int i) |
static DTMFCodes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DTMFCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DTMFCodes _0
public static final DTMFCodes _1
public static final DTMFCodes _2
public static final DTMFCodes _3
public static final DTMFCodes _4
public static final DTMFCodes _5
public static final DTMFCodes _6
public static final DTMFCodes _7
public static final DTMFCodes _8
public static final DTMFCodes _9
public static final DTMFCodes Asterisk
public static final DTMFCodes Pound
public static final DTMFCodes A
public static final DTMFCodes B
public static final DTMFCodes C
public static final DTMFCodes D
public static final DTMFCodes Backslash
public static DTMFCodes[] values()
for (DTMFCodes c : DTMFCodes.values()) System.out.println(c);
public static DTMFCodes 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 DTMFCodes fromInt(int i)