|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<XDataType>
tigase.jaxmpp.core.client.xmpp.forms.XDataType
public enum XDataType
Types of form.
| Enum Constant Summary | |
|---|---|
cancel
The form-submitting entity has cancelled submission of data to the form-processing entity. |
|
form
The form-processing entity is asking the form-submitting entity to complete a form. |
|
result
The form-processing entity is returning data (e.g., search results) to the form-submitting entity, or the data is a generic data set. |
|
submit
The form-submitting entity is submitting data to the form-processing entity. |
|
| Method Summary | |
|---|---|
static XDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static XDataType[] |
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 XDataType cancel
public static final XDataType form
public static final XDataType result
public static final XDataType submit
| Method Detail |
|---|
public static XDataType[] values()
for (XDataType c : XDataType.values()) System.out.println(c);
public static XDataType 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||