Uses of Class
org.jivesoftware.smackx.pubsub.ItemsElementType

Packages that use ItemsElementType
org.jivesoftware.smackx.pubsub   
 

Uses of ItemsElementType in org.jivesoftware.smackx.pubsub
 

Methods in org.jivesoftware.smackx.pubsub that return ItemsElementType
 ItemsElementType ItemsElement.getItemsElementType()
           
static ItemsElementType ItemsElementType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ItemsElementType[] ItemsElementType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jivesoftware.smackx.pubsub with parameters of type ItemsElementType
ItemsElement(ItemsElementType itemsType, java.lang.String nodeId, java.util.Collection<? extends org.jivesoftware.smack.packet.PacketExtension> items, java.lang.String attributeValue)
           
ItemsElement(ItemsElementType itemsType, java.lang.String nodeId, java.lang.String attributeValue)