Compoze Software, Inc.

com.compoze.collab.sametime
Class SametimeFriendStatusEnum

java.lang.Object
  |
  +--com.compoze.collab.CollabEnum
        |
        +--com.compoze.collab.im.FriendStatusEnum
              |
              +--com.compoze.collab.sametime.SametimeFriendStatusEnum
All Implemented Interfaces:
com.compoze.collab.util.IDigestSupport, java.io.Serializable

public class SametimeFriendStatusEnum
extends FriendStatusEnum
implements java.io.Serializable

The enumeration class that contains SametimeFriendStatus elements.

See Also:
Serialized Form

Field Summary
static SametimeFriendStatus ACTIVE
          Status indicates that the friend is currently online and is able to receive messages
static SametimeFriendStatus AWAY
          Status indicates that the friend is currently not at the workstation
static SametimeFriendStatus DO_NOT_DISTURB
          Status indicates that the friend is asking users to refrain from initializing a conversation
static SametimeFriendStatus IDLE
          Status indicates that the friend is not actively working at the workstation
static int NUM_ELEMENTS
           
static int VALUE_ACTIVE
           
static int VALUE_AWAY
           
static int VALUE_DO_NOT_DISTURB
           
static int VALUE_IDLE
           
 
Fields inherited from class com.compoze.collab.im.FriendStatusEnum
OFFLINE, VALUE_OFFLINE
 
Fields inherited from class com.compoze.collab.CollabEnum
m_elements
 
Constructor Summary
protected SametimeFriendStatusEnum(java.lang.Class elementClass, int iNumElements, com.compoze.collab.resource.ResourceBundleWrapper rbWrapper, EnumElement defaultElement, java.lang.String sInternalName, boolean bMaskable)
          Constructor.
protected SametimeFriendStatusEnum(int iNumElements)
           
 
Method Summary
static CollabEnum i()
          Gets the singleton.
 
Methods inherited from class com.compoze.collab.CollabEnum
addElement, getDefaultElement, getElement, getElements, getInternalName, getRawElements, getResourceBundle, isDefaultElement, setDefaultElement, updateDigest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALUE_ACTIVE

public static final int VALUE_ACTIVE

VALUE_DO_NOT_DISTURB

public static final int VALUE_DO_NOT_DISTURB

VALUE_AWAY

public static final int VALUE_AWAY

VALUE_IDLE

public static final int VALUE_IDLE

NUM_ELEMENTS

public static final int NUM_ELEMENTS

ACTIVE

public static final SametimeFriendStatus ACTIVE
Status indicates that the friend is currently online and is able to receive messages

DO_NOT_DISTURB

public static final SametimeFriendStatus DO_NOT_DISTURB
Status indicates that the friend is asking users to refrain from initializing a conversation

AWAY

public static final SametimeFriendStatus AWAY
Status indicates that the friend is currently not at the workstation

IDLE

public static final SametimeFriendStatus IDLE
Status indicates that the friend is not actively working at the workstation
Constructor Detail

SametimeFriendStatusEnum

protected SametimeFriendStatusEnum(java.lang.Class elementClass,
                                   int iNumElements,
                                   com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
                                   EnumElement defaultElement,
                                   java.lang.String sInternalName,
                                   boolean bMaskable)
Constructor.

SametimeFriendStatusEnum

protected SametimeFriendStatusEnum(int iNumElements)
Method Detail

i

public static CollabEnum i()
Gets the singleton.

Compoze Software, Inc.

Copyright ©1999-2005 Compoze Software, Inc. All rights reserved.