Uses of Class
rocks.xmpp.extensions.pubsub.model.NodeType
-
Packages that use NodeType Package Description rocks.xmpp.extensions.pubsub.model Provides XML schema implementations and configuration classes for XEP-0060: Publish-Subscribe. -
-
Uses of NodeType in rocks.xmpp.extensions.pubsub.model
Methods in rocks.xmpp.extensions.pubsub.model that return NodeType Modifier and Type Method Description NodeTypeNodeConfiguration. getNodeType()Whether the node is a leaf (default) or a collection.static NodeTypeNodeType. valueOf(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.Methods in rocks.xmpp.extensions.pubsub.model with parameters of type NodeType Modifier and Type Method Description NodeConfiguration.BuilderNodeConfiguration.Builder. nodeType(NodeType nodeType)Whether the node is a leaf (default) or a collection.
-