Uses of Class
org.jivesoftware.smackx.pubsub.ChildrenAssociationPolicy
-
Packages that use ChildrenAssociationPolicy 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 ChildrenAssociationPolicy in org.jivesoftware.smackx.pubsub
Methods in org.jivesoftware.smackx.pubsub that return ChildrenAssociationPolicy Modifier and Type Method Description static ChildrenAssociationPolicy
ChildrenAssociationPolicy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ChildrenAssociationPolicy[]
ChildrenAssociationPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChildrenAssociationPolicy in org.jivesoftware.smackx.pubsub.form
Methods in org.jivesoftware.smackx.pubsub.form that return ChildrenAssociationPolicy Modifier and Type Method Description default ChildrenAssociationPolicy
ConfigureFormReader. getChildrenAssociationPolicy()
Returns the policy that determines who may associate children with the node.Methods in org.jivesoftware.smackx.pubsub.form with parameters of type ChildrenAssociationPolicy Modifier and Type Method Description void
FillableConfigureForm. setChildrenAssociationPolicy(ChildrenAssociationPolicy policy)
Sets the policy that determines who may associate children with the node.
-