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

Packages that use PresenceState
org.jivesoftware.smackx.pubsub   
 

Uses of PresenceState in org.jivesoftware.smackx.pubsub
 

Methods in org.jivesoftware.smackx.pubsub that return PresenceState
static PresenceState PresenceState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PresenceState[] PresenceState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jivesoftware.smackx.pubsub that return types with arguments of type PresenceState
 java.util.Iterator<PresenceState> SubscribeForm.getShowValues()
          Gets the PresenceState for which an entity wants to receive notifications.
 

Method parameters in org.jivesoftware.smackx.pubsub with type arguments of type PresenceState
 void SubscribeForm.setShowValues(java.util.Collection<PresenceState> stateValues)
          Sets the list of PresenceState for which an entity wants to receive notifications.