Uses of Class
org.xmpp.packet.Presence.Type
-
Packages that use Presence.Type Package Description org.xmpp.packet -
-
Uses of Presence.Type in org.xmpp.packet
Methods in org.xmpp.packet that return Presence.Type Modifier and Type Method Description Presence.TypePresence. getType()Returns the type of this presence.static Presence.TypePresence.Type. valueOf(String name)Returns 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.Type Modifier and Type Method Description voidPresence. setType(Presence.Type type)Sets the type of this presence.Constructors in org.xmpp.packet with parameters of type Presence.Type Constructor Description Presence(Presence.Type type)Constructs a new Presence with the specified type.
-