|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<EndpointStatusType>
net.java.sip.communicator.impl.protocol.jabber.extensions.coin.EndpointStatusType
public enum EndpointStatusType
Endpoint status type.
| Enum Constant Summary | |
|---|---|
alerting
Alerting. |
|
connected
Connected. |
|
dialing_in
Dialing-in. |
|
dialing_out
Dialing-out. |
|
disconnected
Disconnected. |
|
disconnecting
Disconnecting. |
|
muted_via_focus
Muted via focus. |
|
on_hold
On-hold. |
|
pending
Pending. |
|
| Method Summary | |
|---|---|
static EndpointStatusType |
parseString(String typeStr)
Returns a EndPointType. |
String |
toString()
Returns the type name. |
static EndpointStatusType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EndpointStatusType[] |
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, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final EndpointStatusType pending
public static final EndpointStatusType dialing_out
public static final EndpointStatusType dialing_in
public static final EndpointStatusType alerting
public static final EndpointStatusType on_hold
public static final EndpointStatusType connected
public static final EndpointStatusType muted_via_focus
public static final EndpointStatusType disconnecting
public static final EndpointStatusType disconnected
| Method Detail |
|---|
public static EndpointStatusType[] values()
for (EndpointStatusType c : EndpointStatusType.values()) System.out.println(c);
public static EndpointStatusType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String toString()
toString in class Enum<EndpointStatusType>
public static EndpointStatusType parseString(String typeStr)
throws IllegalArgumentException
typeStr - the String that we'd like to
parse.
IllegalArgumentException - in case typeStr is
not a valid EndPointType.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||