Uses of Class
rocks.xmpp.extensions.pubsub.model.AffiliationState
-
Packages that use AffiliationState Package Description rocks.xmpp.extensions.pubsub.model Provides XML schema implementations and configuration classes for XEP-0060: Publish-Subscribe. -
-
Uses of AffiliationState in rocks.xmpp.extensions.pubsub.model
Methods in rocks.xmpp.extensions.pubsub.model that return AffiliationState Modifier and Type Method Description AffiliationState
Affiliation. getAffiliationState()
Gets the affiliation to a node.static AffiliationState
AffiliationState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AffiliationState[]
AffiliationState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-