|
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<InputEvtAction>
net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt.InputEvtAction
public enum InputEvtAction
Enumeration about the possible actions for an InputEvt IQ.
| Enum Constant Summary | |
|---|---|
NOTIFY
The notify action. |
|
| Method Summary | |
|---|---|
static InputEvtAction |
parseString(String inputActionStr)
Returns a InputEvtAction value corresponding to the specified inputActionStr. |
String |
toString()
Returns the name of this InputEvtAction. |
static InputEvtAction |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static InputEvtAction[] |
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 InputEvtAction NOTIFY
| Method Detail |
|---|
public static InputEvtAction[] values()
for (InputEvtAction c : InputEvtAction.values()) System.out.println(c);
public static InputEvtAction 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<InputEvtAction>
public static InputEvtAction parseString(String inputActionStr)
throws IllegalArgumentException
inputActionStr - the action String that we'd like to
parse.
IllegalArgumentException - in case inputActionStr is
not valid
|
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 | |||||||||