com.compoze.collab.lcs
Class LcsFriendStatusEnum
java.lang.Object
|
+--com.compoze.collab.Enum
|
+--com.compoze.collab.im.FriendStatusEnum
|
+--com.compoze.collab.lcs.LcsFriendStatusEnum
- All Implemented Interfaces:
- java.io.Serializable
- public class LcsFriendStatusEnum
- extends FriendStatusEnum
- implements java.io.Serializable
The enumeration class that contains LcsFriendStatus
elements.
- See Also:
- Serialized Form
Constructor Summary |
protected |
LcsFriendStatusEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
Constructor. |
protected |
LcsFriendStatusEnum(int iNumElements)
|
Method Summary |
static Enum |
i()
Gets the singleton. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VALUE_ACTIVE
public static final int VALUE_ACTIVE
VALUE_TEMPORARY_UNAVAILABLE
public static final int VALUE_TEMPORARY_UNAVAILABLE
VALUE_IN_CALL
public static final int VALUE_IN_CALL
VALUE_AT_LUNCH
public static final int VALUE_AT_LUNCH
VALUE_AWAY
public static final int VALUE_AWAY
VALUE_TYPING
public static final int VALUE_TYPING
VALUE_BUSY
public static final int VALUE_BUSY
NUM_ELEMENTS
public static final int NUM_ELEMENTS
ACTIVE
public static final LcsFriendStatus ACTIVE
- Status indicates that the user is currently actively working at the workstation and wants to receive messages
TEMPORARY_UNAVAILABLE
public static final LcsFriendStatus TEMPORARY_UNAVAILABLE
- Status indicates that the user is temporarily unable to receive messages
IN_CALL
public static final LcsFriendStatus IN_CALL
- Status indicates that the user is on the phone
AT_LUNCH
public static final LcsFriendStatus AT_LUNCH
- Status indicates that the user is out to lunch
AWAY
public static final LcsFriendStatus AWAY
- Status indicates that the user is currently not at the workstation
TYPING
public static final LcsFriendStatus TYPING
- Status indicates that the user is using the keyboard
BUSY
public static final LcsFriendStatus BUSY
- Status indicates that the user is preoccupied and requests not to be disturbed
LcsFriendStatusEnum
protected LcsFriendStatusEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
- Constructor.
LcsFriendStatusEnum
protected LcsFriendStatusEnum(int iNumElements)
i
public static Enum i()
- Gets the singleton.
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.