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

Packages that use AccessModel
org.jivesoftware.smackx.pubsub   
 

Uses of AccessModel in org.jivesoftware.smackx.pubsub
 

Methods in org.jivesoftware.smackx.pubsub that return AccessModel
 AccessModel ConfigureForm.getAccessModel()
          Get the currently configured AccessModel, null if it is not set.
static AccessModel AccessModel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AccessModel[] AccessModel.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 AccessModel
 void ConfigureForm.setAccessModel(AccessModel accessModel)
          Sets the value of access model.