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

Packages that use Presence.Show
org.xmpp.packet   
 

Uses of Presence.Show in org.xmpp.packet
 

Methods in org.xmpp.packet that return Presence.Show
 Presence.Show Presence.getShow()
          Returns the presence "show" value, which specifies a particular availability status.
static Presence.Show Presence.Show.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Presence.Show[] Presence.Show.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.Show
 void Presence.setShow(Presence.Show show)
          Sets the presence "show" value, which specifies a particular availability status.