Uses of Class
org.jivesoftware.smackx.pubsub.NodeType
-
Packages that use NodeType Package Description org.jivesoftware.smackx.pubsub Smack's API for XEP-0060: Publish-Subscribe.org.jivesoftware.smackx.pubsub.form Smack's implementation of Data Forms (XEP-0004) for PubSub. -
-
Uses of NodeType in org.jivesoftware.smackx.pubsub
Methods in org.jivesoftware.smackx.pubsub that return NodeType Modifier and Type Method Description static NodeType
NodeType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NodeType[]
NodeType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NodeType in org.jivesoftware.smackx.pubsub.form
Methods in org.jivesoftware.smackx.pubsub.form that return NodeType Modifier and Type Method Description default NodeType
ConfigureFormReader. getNodeType()
Gets the node type.Methods in org.jivesoftware.smackx.pubsub.form with parameters of type NodeType Modifier and Type Method Description void
FillableConfigureForm. setNodeType(NodeType type)
Sets the node type.
-