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

Packages that use Presence.Type
org.xmpp.packet   
 

Uses of Presence.Type in org.xmpp.packet
 

Methods in org.xmpp.packet that return Presence.Type
 Presence.Type Presence.getType()
          Returns the type of this presence.
static Presence.Type Presence.Type.valueOf(java.lang.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
 void Presence.setType(Presence.Type type)
          Sets the type of this presence.
 

Constructors in org.xmpp.packet with parameters of type Presence.Type
Presence(Presence.Type type)
          Constructs a new Presence with the specified type.
 



Copyright © 2009-2010 Ignite Realtime. All Rights Reserved.