Uses of Class
org.jivesoftware.smackx.pubsub.FormNodeType
-
Packages that use FormNodeType Package Description org.jivesoftware.smackx.pubsub Smack's API for XEP-0060: Publish-Subscribe. -
-
Uses of FormNodeType in org.jivesoftware.smackx.pubsub
Methods in org.jivesoftware.smackx.pubsub that return FormNodeType Modifier and Type Method Description static FormNodeTypeFormNodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static FormNodeTypeFormNodeType. valueOfFromElementName(String elem, 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 Constructor Description FormNode(FormNodeType formType, String nodeId, DataForm submitForm)Create aFormNodewhich contains the specified form, which is associated with the specified node.FormNode(FormNodeType formType, DataForm submitForm)Create aFormNodewhich contains the specified form.
-