Uses of Class
org.jivesoftware.smackx.pubsub.ChildrenAssociationPolicy

Packages that use ChildrenAssociationPolicy
org.jivesoftware.smackx.pubsub   
 

Uses of ChildrenAssociationPolicy in org.jivesoftware.smackx.pubsub
 

Methods in org.jivesoftware.smackx.pubsub that return ChildrenAssociationPolicy
 ChildrenAssociationPolicy ConfigureForm.getChildrenAssociationPolicy()
          Returns the policy that determines who may associate children with the node.
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.
 

Methods in org.jivesoftware.smackx.pubsub with parameters of type ChildrenAssociationPolicy
 void ConfigureForm.setChildrenAssociationPolicy(ChildrenAssociationPolicy policy)
          Sets the policy that determines who may associate children with the node.