Uses of Class
org.jivesoftware.smack.packet.PrivacyItem.Type

Packages that use PrivacyItem.Type
org.jivesoftware.smack.packet XML packets that are part of the XMPP protocol. 
 

Uses of PrivacyItem.Type in org.jivesoftware.smack.packet
 

Methods in org.jivesoftware.smack.packet that return PrivacyItem.Type
 PrivacyItem.Type PrivacyItem.getType()
          Returns the type hold the kind of communication it will allow or block.
 PrivacyItem.Type PrivacyItem.PrivacyRule.getType()
          Returns the type hold the kind of communication it will allow or block.
static PrivacyItem.Type PrivacyItem.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PrivacyItem.Type[] PrivacyItem.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.