Uses of Class
tigase.xmpp.impl.PrivacyList.Item.Type
-
Packages that use PrivacyList.Item.Type Package Description tigase.xmpp.impl Package containing implementation of all Session Manager plugins -
-
Uses of PrivacyList.Item.Type in tigase.xmpp.impl
Methods in tigase.xmpp.impl that return PrivacyList.Item.Type Modifier and Type Method Description static PrivacyList.Item.TypePrivacyList.Item.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PrivacyList.Item.Type[]PrivacyList.Item.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tigase.xmpp.impl with parameters of type PrivacyList.Item.Type Modifier and Type Method Description booleanPrivacyList. isAllowed(JID jid, PrivacyList.Item.Type type)booleanPrivacyList.Item. matches(JID jid, PrivacyList.Item.Type type)
-