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

Packages that use PublishModel
org.jivesoftware.smackx.pubsub   
 

Uses of PublishModel in org.jivesoftware.smackx.pubsub
 

Methods in org.jivesoftware.smackx.pubsub that return PublishModel
 PublishModel ConfigureForm.getPublishModel()
          Gets the publishing model for the node, which determines who may publish to it.
static PublishModel PublishModel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PublishModel[] PublishModel.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 PublishModel
 void ConfigureForm.setPublishModel(PublishModel publish)
          Sets the publishing model for the node, which determines who may publish to it.