| 
 | Smack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<FormNodeType>
org.jivesoftware.smackx.pubsub.FormNodeType
public enum FormNodeType
The types of forms supported by the pubsub specification.
| Enum Constant Summary | |
|---|---|
| CONFIGUREForm for configuring a node during creation | |
| CONFIGURE_OWNERForm for configuring an existing node | |
| DEFAULTForm which represents the default node configuration options | |
| OPTIONSForm for configuring subscription options | |
| Method Summary | |
|---|---|
|  PubSubElementType | getNodeElement() | 
| static FormNodeType | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static FormNodeType | valueOfFromElementName(String elem,
                       String configNamespace) | 
| static FormNodeType[] | 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 FormNodeType CONFIGURE_OWNER
public static final FormNodeType CONFIGURE
public static final FormNodeType OPTIONS
public static final FormNodeType DEFAULT
| Method Detail | 
|---|
public static FormNodeType[] values()
for (FormNodeType c : FormNodeType.values()) System.out.println(c);
public static FormNodeType 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 PubSubElementType getNodeElement()
public static FormNodeType valueOfFromElementName(String elem,
                                                  String configNamespace)
| 
 | Smack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||