com.compoze.collab.domino
Class FollowUpStatusEnum
java.lang.Object
|
+--com.compoze.collab.CollabEnum
|
+--com.compoze.collab.domino.FollowUpStatusEnum
- All Implemented Interfaces:
- com.compoze.collab.util.IDigestSupport, java.io.Serializable
- public class FollowUpStatusEnum
- extends CollabEnum
- implements java.io.Serializable
An enumeration of the memo follow up statuses.
The enumeration class that contains FollowUpStatus
elements.
- See Also:
- Serialized Form
Constructor Summary |
protected |
FollowUpStatusEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
Constructor. |
protected |
FollowUpStatusEnum(int iNumElements)
|
Method Summary |
static CollabEnum |
i()
Gets the singleton. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VALUE_NO_STATUS
public static final int VALUE_NO_STATUS
VALUE_URGENT
public static final int VALUE_URGENT
VALUE_NORMAL
public static final int VALUE_NORMAL
VALUE_LOW
public static final int VALUE_LOW
NUM_ELEMENTS
public static final int NUM_ELEMENTS
NO_STATUS
public static final FollowUpStatus NO_STATUS
- The no status follow up status.
URGENT
public static final FollowUpStatus URGENT
- The urgent follow up status.
NORMAL
public static final FollowUpStatus NORMAL
- The normal follow up status.
LOW
public static final FollowUpStatus LOW
- The low follow up status.
FollowUpStatusEnum
protected FollowUpStatusEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
- Constructor.
FollowUpStatusEnum
protected FollowUpStatusEnum(int iNumElements)
i
public static CollabEnum i()
- Gets the singleton.
Copyright ©1999-2005 Compoze Software, Inc. All rights reserved.