Uses of Enum Class
tigase.xmpp.impl.PrivacyList.Item.Type
Packages that use PrivacyList.Item.Type
Package
Description
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.TypeModifier and TypeMethodDescriptionstatic PrivacyList.Item.Type
Returns the enum constant of this class with the specified name.static PrivacyList.Item.Type[]
PrivacyList.Item.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in tigase.xmpp.impl with parameters of type PrivacyList.Item.TypeModifier and TypeMethodDescriptionboolean
PrivacyList.isAllowed
(JID jid, PrivacyList.Item.Type type) boolean
PrivacyList.Item.matches
(JID jid, PrivacyList.Item.Type type)