|
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<DisconnectionType>
net.java.sip.communicator.impl.protocol.jabber.extensions.coin.DisconnectionType
public enum DisconnectionType
Disconnection type.
| Enum Constant Summary | |
|---|---|
booted
Booted. |
|
busy
Busy |
|
departed
Departed. |
|
failed
Failed. |
|
| Method Summary | |
|---|---|
static DisconnectionType |
parseString(String typeStr)
Returns a DisconnectionType. |
String |
toString()
Returns the type name. |
static DisconnectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DisconnectionType[] |
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 DisconnectionType departed
public static final DisconnectionType booted
public static final DisconnectionType failed
public static final DisconnectionType busy
| Method Detail |
|---|
public static DisconnectionType[] values()
for (DisconnectionType c : DisconnectionType.values()) System.out.println(c);
public static DisconnectionType 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<DisconnectionType>
public static DisconnectionType 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 | |||||||||