|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PBXClient.CMType>
pbx.PBXClient.CMType
public static enum PBXClient.CMType
PBX Signaling Messages' Types
Enum Constant Summary | |
---|---|
_INVALID_
Invalid CMType |
|
ACCEPT
The message sent back from the remote peer indicating accepted call |
|
ALIVE
Respond to Query all pears |
|
BYE
Indicates call clear down -- either normal or abrupt (like call reject). |
|
INSTANTMESSAGE
Instant message exchanged between users with encrypted messages |
|
INVITE
The message sent to remote peer to start the call |
|
LIST
Query all peers |
|
RING
The message sent back from remote peer informing about remote alerting status |
Method Summary | |
---|---|
static PBXClient.CMType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PBXClient.CMType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
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 |
Enum Constant Detail |
---|
public static final PBXClient.CMType _INVALID_
public static final PBXClient.CMType INVITE
public static final PBXClient.CMType RING
public static final PBXClient.CMType ACCEPT
public static final PBXClient.CMType BYE
public static final PBXClient.CMType INSTANTMESSAGE
public static final PBXClient.CMType LIST
public static final PBXClient.CMType ALIVE
Method Detail |
---|
public static PBXClient.CMType[] values()
for (PBXClient.CMType c : PBXClient.CMType.values()) System.out.println(c);
public static PBXClient.CMType 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 name
java.lang.NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |