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

Packages that use FormType
org.jivesoftware.smackx.pubsub   
 

Uses of FormType in org.jivesoftware.smackx.pubsub
 

Methods in org.jivesoftware.smackx.pubsub that return FormType
static FormType FormType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FormType[] FormType.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 FormType
ConfigureForm(FormType formType)
          Create a new form for configuring a node.
SubscribeForm(FormType formType)