com.skype.api
Enum Participant.DTMF
java.lang.Object
java.lang.Enum<Participant.DTMF>
com.skype.api.Participant.DTMF
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<Participant.DTMF>
- Enclosing class:
- Participant
public static enum Participant.DTMF
- extends java.lang.Enum<Participant.DTMF>
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
DTMF_0
public static final Participant.DTMF DTMF_0
DTMF_1
public static final Participant.DTMF DTMF_1
DTMF_2
public static final Participant.DTMF DTMF_2
DTMF_3
public static final Participant.DTMF DTMF_3
DTMF_4
public static final Participant.DTMF DTMF_4
DTMF_5
public static final Participant.DTMF DTMF_5
DTMF_6
public static final Participant.DTMF DTMF_6
DTMF_7
public static final Participant.DTMF DTMF_7
DTMF_8
public static final Participant.DTMF DTMF_8
DTMF_9
public static final Participant.DTMF DTMF_9
DTMF_STAR
public static final Participant.DTMF DTMF_STAR
DTMF_POUND
public static final Participant.DTMF DTMF_POUND
values
public static Participant.DTMF[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Participant.DTMF c : Participant.DTMF.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Participant.DTMF valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (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:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
getId
public int getId()
get
public static Participant.DTMF get(int code)
fromString
public static Participant.DTMF fromString(java.lang.String s)
Copyright © 2010, 2011 Skype Technologies. All Rights Reserved.