Uses of Class
org.xmpp.packet.IQ.Type

Packages that use IQ.Type
org.xmpp.packet   
 

Uses of IQ.Type in org.xmpp.packet
 

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

Methods in org.xmpp.packet with parameters of type IQ.Type
 void IQ.setType(IQ.Type type)
          Sets the type of this IQ.
 

Constructors in org.xmpp.packet with parameters of type IQ.Type
IQ(IQ.Type type)
          Constructs a new IQ using the specified type.
IQ(IQ.Type type, java.lang.String ID)
          Constructs a new IQ using the specified type and ID.
Roster(IQ.Type type)
          Constructs a new Roster using the specified type.
Roster(IQ.Type type, java.lang.String ID)
          Constructs a new Roster using the specified type and ID.