|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.service.protocol.DTMFTone
public final class DTMFTone
Class for representing all the different DTMF tones.
| Field Summary | |
|---|---|
static DTMFTone |
DTMF_0
The "0" DTMF Tone |
static DTMFTone |
DTMF_1
The "1" DTMF Tone |
static DTMFTone |
DTMF_2
The "2" DTMF Tone |
static DTMFTone |
DTMF_3
The "3" DTMF Tone |
static DTMFTone |
DTMF_4
The "4" DTMF Tone |
static DTMFTone |
DTMF_5
The "5" DTMF Tone |
static DTMFTone |
DTMF_6
The "6" DTMF Tone |
static DTMFTone |
DTMF_7
The "7" DTMF Tone |
static DTMFTone |
DTMF_8
The "8" DTMF Tone |
static DTMFTone |
DTMF_9
The "9" DTMF Tone |
static DTMFTone |
DTMF_A
The "A" DTMF Tone |
static DTMFTone |
DTMF_B
The "B" DTMF Tone |
static DTMFTone |
DTMF_C
The "C" DTMF Tone |
static DTMFTone |
DTMF_D
The "D" DTMF Tone |
static DTMFTone |
DTMF_SHARP
The "#" DTMF Tone |
static DTMFTone |
DTMF_STAR
The "*" DTMF Tone |
| Method Summary | |
|---|---|
boolean |
equals(Object target)
Indicates whether some other object is "equal to" this tone. |
static DTMFTone |
getDTMFTone(String value)
Parses input value and return the corresponding tone. |
String |
getValue()
Returns the string representation of this DTMF tone. |
int |
hashCode()
Returns a hash code value for the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final DTMFTone DTMF_A
public static final DTMFTone DTMF_B
public static final DTMFTone DTMF_C
public static final DTMFTone DTMF_D
public static final DTMFTone DTMF_0
public static final DTMFTone DTMF_1
public static final DTMFTone DTMF_2
public static final DTMFTone DTMF_3
public static final DTMFTone DTMF_4
public static final DTMFTone DTMF_5
public static final DTMFTone DTMF_6
public static final DTMFTone DTMF_7
public static final DTMFTone DTMF_8
public static final DTMFTone DTMF_9
public static final DTMFTone DTMF_STAR
public static final DTMFTone DTMF_SHARP
| Method Detail |
|---|
public String getValue()
public boolean equals(Object target)
equals in class Objecttarget - the reference object with which to compare.
public int hashCode()
java.util.Hashtable. The method would actually return the
hashcode of the string representation of this DTMF tone.
hashCode in class Objectpublic static DTMFTone getDTMFTone(String value)
value - the input value.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||