|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<IQType>
tigase.muc.xmpp.stanzas.IQType
public enum IQType
Types of IQ stanza.
Created: 2005-01-27 20:01:53
| Enum Constant Summary | |
|---|---|
ERROR
An error has occurred regarding processing or delivery of a previously-sent get or set Stanza Errors. |
|
GET
The stanza is a request for information or requirements. |
|
RESULT
The stanza is a response to a successful get or set request. |
|
SET
The stanza provides required data, sets new values, or replaces existing values. |
|
| Method Summary | |
|---|---|
static IQType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IQType[] |
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 IQType GET
public static final IQType SET
public static final IQType RESULT
public static final IQType ERROR
| Method Detail |
|---|
public static IQType[] values()
for (IQType c : IQType.values()) System.out.println(c);
public static IQType 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 | |||||||||