|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.compoze.collab.Enum | +--com.compoze.collab.im.FriendStatusEnum | +--com.compoze.collab.yahoo.YahooFriendStatusEnum
The enumeration class that contains YahooFriendStatus
elements.
Field Summary | |
static YahooFriendStatus |
AVAILABLE
Status indicates that the user is able to receive messages |
static YahooFriendStatus |
BAD
Status indicates that the user has been marked undesirable for message exchange |
static YahooFriendStatus |
BE_RIGHT_BACK
Status indicates that the user is currently away but intends to return shortly |
static YahooFriendStatus |
BUSY
Status indicates that the user is preoccupied |
static YahooFriendStatus |
CUSTOM
Custom user-defined status |
static YahooFriendStatus |
IDLE
Status indicates that the user has not been actively using the workstation for an extended period of time |
static YahooFriendStatus |
INVISIBLE
Status indicates that the user's presence information is not to be revealed |
static YahooFriendStatus |
LOCKED
Status indicates that the Yahoo messenger client is currently locked |
static YahooFriendStatus |
NOT_AT_DESK
Status indicates that the user is not at the desk |
static YahooFriendStatus |
NOT_AT_HOME
Status indicates that the user is not home |
static YahooFriendStatus |
NOT_IN_OFFICE
Status indidcates that the user is out of the office |
static int |
NUM_ELEMENTS
|
static YahooFriendStatus |
ON_PHONE
Status indicates that the user is on the phone |
static YahooFriendStatus |
ON_VACATION
Status indicates that the user is away on vacation |
static YahooFriendStatus |
OUT_TO_LUNCH
Status indicates the the user is out to lunch |
static YahooFriendStatus |
STEPPED_OUT
Status indicates that the user has momentarily left the workstation |
static YahooFriendStatus |
TYPING
Status indicates that the user is actively using the keyboard |
static int |
VALUE_AVAILABLE
|
static int |
VALUE_BAD
|
static int |
VALUE_BE_RIGHT_BACK
|
static int |
VALUE_BUSY
|
static int |
VALUE_CUSTOM
|
static int |
VALUE_IDLE
|
static int |
VALUE_INVISIBLE
|
static int |
VALUE_LOCKED
|
static int |
VALUE_NOT_AT_DESK
|
static int |
VALUE_NOT_AT_HOME
|
static int |
VALUE_NOT_IN_OFFICE
|
static int |
VALUE_ON_PHONE
|
static int |
VALUE_ON_VACATION
|
static int |
VALUE_OUT_TO_LUNCH
|
static int |
VALUE_STEPPED_OUT
|
static int |
VALUE_TYPING
|
Fields inherited from class com.compoze.collab.im.FriendStatusEnum |
OFFLINE, VALUE_OFFLINE |
Fields inherited from class com.compoze.collab.Enum |
m_elements |
Constructor Summary | |
protected |
YahooFriendStatusEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
Constructor. |
protected |
YahooFriendStatusEnum(int iNumElements)
|
Method Summary | |
static Enum |
i()
Gets the singleton. |
Methods inherited from class com.compoze.collab.Enum |
addElement, getDefaultElement, getElement, getElements, getInternalName, getRawElements, getResourceBundle, isDefaultElement, setDefaultElement |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int VALUE_AVAILABLE
public static final int VALUE_IDLE
public static final int VALUE_BUSY
public static final int VALUE_BE_RIGHT_BACK
public static final int VALUE_NOT_AT_HOME
public static final int VALUE_NOT_AT_DESK
public static final int VALUE_NOT_IN_OFFICE
public static final int VALUE_ON_PHONE
public static final int VALUE_ON_VACATION
public static final int VALUE_OUT_TO_LUNCH
public static final int VALUE_STEPPED_OUT
public static final int VALUE_INVISIBLE
public static final int VALUE_BAD
public static final int VALUE_LOCKED
public static final int VALUE_TYPING
public static final int VALUE_CUSTOM
public static final int NUM_ELEMENTS
public static final YahooFriendStatus AVAILABLE
public static final YahooFriendStatus IDLE
public static final YahooFriendStatus BUSY
public static final YahooFriendStatus BE_RIGHT_BACK
public static final YahooFriendStatus NOT_AT_HOME
public static final YahooFriendStatus NOT_AT_DESK
public static final YahooFriendStatus NOT_IN_OFFICE
public static final YahooFriendStatus ON_PHONE
public static final YahooFriendStatus ON_VACATION
public static final YahooFriendStatus OUT_TO_LUNCH
public static final YahooFriendStatus STEPPED_OUT
public static final YahooFriendStatus INVISIBLE
public static final YahooFriendStatus BAD
public static final YahooFriendStatus LOCKED
public static final YahooFriendStatus TYPING
public static final YahooFriendStatus CUSTOM
Constructor Detail |
protected YahooFriendStatusEnum(java.lang.Class elementClass, int iNumElements, com.compoze.collab.resource.ResourceBundleWrapper rbWrapper, EnumElement defaultElement, java.lang.String sInternalName, boolean bMaskable)
protected YahooFriendStatusEnum(int iNumElements)
Method Detail |
public static Enum i()
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |