Uses of Enum
org.xmpp.packet.Presence.Type
Packages that use Presence.Type
-
Uses of Presence.Type in org.xmpp.packet
Methods in org.xmpp.packet that return Presence.TypeModifier and TypeMethodDescriptionPresence.getType()Returns the type of this presence.static Presence.TypeReturns the enum constant of this type with the specified name.static Presence.Type[]Presence.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 Presence.TypeModifier and TypeMethodDescriptionvoidPresence.setType(Presence.Type type) Sets the type of this presence.Constructors in org.xmpp.packet with parameters of type Presence.TypeModifierConstructorDescriptionPresence(Presence.Type type) Constructs a new Presence with the specified type.