Uses of Class
org.jivesoftware.smackx.pubsub.FormNodeType

Packages that use FormNodeType
org.jivesoftware.smackx.pubsub   
 

Uses of FormNodeType in org.jivesoftware.smackx.pubsub
 

Methods in org.jivesoftware.smackx.pubsub that return FormNodeType
static FormNodeType FormNodeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FormNodeType FormNodeType.valueOfFromElementName(java.lang.String elem, java.lang.String configNamespace)
           
static FormNodeType[] FormNodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jivesoftware.smackx.pubsub with parameters of type FormNodeType
FormNode(FormNodeType formType, org.jivesoftware.smackx.Form submitForm)
          Create a FormNode which contains the specified form.
FormNode(FormNodeType formType, java.lang.String nodeId, org.jivesoftware.smackx.Form submitForm)
          Create a FormNode which contains the specified form, which is associated with the specified node.