Uses of Enum
org.xmpp.packet.IQ.Type
Packages that use IQ.Type
-
Uses of IQ.Type in org.xmpp.packet
Methods in org.xmpp.packet that return IQ.TypeModifier and TypeMethodDescriptionIQ.getType()Returns the type of this IQ.static IQ.TypeReturns 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.TypeConstructors in org.xmpp.packet with parameters of type IQ.TypeModifierConstructorDescriptionConstructs a new IQ using the specified type.Constructs a new IQ using the specified type and ID.Constructs a new Roster using the specified type.Constructs a new Roster using the specified type and ID.