Uses of Class
tigase.eventbus.component.stores.Affiliation
-
Packages that use Affiliation Package Description tigase.eventbus.component.stores -
-
Uses of Affiliation in tigase.eventbus.component.stores
Methods in tigase.eventbus.component.stores that return Affiliation Modifier and Type Method Description AffiliationAffiliationStore. getAffiliation(JID jid)static AffiliationAffiliation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Affiliation[]Affiliation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tigase.eventbus.component.stores with parameters of type Affiliation Modifier and Type Method Description voidAffiliationStore. putAffiliation(JID jid, Affiliation affiliation)
-