Uses of Enum
org.jivesoftware.smackx.pubsub.FormNodeType
Packages that use FormNodeType
-
Uses of FormNodeType in org.jivesoftware.smackx.pubsub
Methods in org.jivesoftware.smackx.pubsub that return FormNodeTypeModifier and TypeMethodDescriptionstatic FormNodeType
Returns the enum constant of this type with the specified name.static FormNodeType
FormNodeType.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 FormNodeTypeModifierConstructorDescriptionFormNode
(FormNodeType formType, String nodeId, DataForm submitForm) Create aFormNode
which contains the specified form, which is associated with the specified node.FormNode
(FormNodeType formType, DataForm submitForm) Create aFormNode
which contains the specified form.