|
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<StateType>
net.java.sip.communicator.impl.protocol.jabber.extensions.coin.StateType
public enum StateType
Status type.
| Enum Constant Summary | |
|---|---|
deleted
Deleted state. |
|
full
Full state. |
|
partial
Partial state. |
|
| Method Summary | |
|---|---|
static StateType |
parseString(String typeStr)
Returns a StateType. |
static StateType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StateType[] |
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 StateType full
public static final StateType partial
public static final StateType deleted
| Method Detail |
|---|
public static StateType[] values()
for (StateType c : StateType.values()) System.out.println(c);
public static StateType 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 null
public static StateType 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 | |||||||||