Uses of Class
tigase.muc.xmpp.stanzas.IQType

Packages that use IQType
tigase.muc.xmpp.stanzas Privides implementations of XML stanzas. 
 

Uses of IQType in tigase.muc.xmpp.stanzas
 

Methods in tigase.muc.xmpp.stanzas that return IQType
 IQType IQ.getType()
          Get stanza type.
static IQType IQType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IQType[] IQType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in tigase.muc.xmpp.stanzas with parameters of type IQType
IQ(IQType iqType)
          Construct IQ stanza with type.
 



Copyright © 2007 Tigase. All Rights Reserved.