Uses of Class
org.xmpp.packet.IQ.Type
-
Packages that use IQ.Type Package Description org.xmpp.packet -
-
Uses of IQ.Type in org.xmpp.packet
Methods in org.xmpp.packet that return IQ.Type Modifier and Type Method Description IQ.TypeIQ. getType()Returns the type of this IQ.static IQ.TypeIQ.Type. valueOf(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 Modifier and Type Method Description voidIQ. setType(IQ.Type type)Sets the type of this IQ.Constructors in org.xmpp.packet with parameters of type IQ.Type Constructor Description IQ(IQ.Type type)Constructs a new IQ using the specified type.IQ(IQ.Type type, 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, String ID)Constructs a new Roster using the specified type and ID.
-