Uses of Class
tigase.jaxmpp.core.client.xmpp.stanzas.StanzaType

Packages that use StanzaType
tigase.jaxmpp.core.client.xmpp.stanzas   
 

Uses of StanzaType in tigase.jaxmpp.core.client.xmpp.stanzas
 

Methods in tigase.jaxmpp.core.client.xmpp.stanzas that return StanzaType
 StanzaType Stanza.getType()
          Returns type of stanza.
 StanzaType Message.getType()
          Returns type of stanza.
 StanzaType Stanza.getType(StanzaType defaultValue)
          Returns type of stanza.
static StanzaType StanzaType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StanzaType[] StanzaType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in tigase.jaxmpp.core.client.xmpp.stanzas with parameters of type StanzaType
 StanzaType Stanza.getType(StanzaType defaultValue)
          Returns type of stanza.
 void Stanza.setType(StanzaType type)
          Sets type of stanza.
 



Copyright © 2006-2012 Tigase. All Rights Reserved.