public static class Presence.Mode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Presence.Mode |
AVAILABLE |
static Presence.Mode |
AWAY |
static Presence.Mode |
CHAT |
static Presence.Mode |
DO_NOT_DISTURB |
static Presence.Mode |
EXTENDED_AWAY |
static Presence.Mode |
INVISIBLE |
Modifier and Type | Method and Description |
---|---|
static Presence.Mode |
fromString(java.lang.String value)
Returns the mode constant associated with the String value.
|
java.lang.String |
toString() |
public static final Presence.Mode AVAILABLE
public static final Presence.Mode CHAT
public static final Presence.Mode AWAY
public static final Presence.Mode EXTENDED_AWAY
public static final Presence.Mode DO_NOT_DISTURB
public static final Presence.Mode INVISIBLE
public java.lang.String toString()
toString
in class java.lang.Object
public static Presence.Mode fromString(java.lang.String value)
Copyright © 2003 Jive Software.