com.compoze.collab.groupware
Class RecipientTypeEnum
java.lang.Object
|
+--com.compoze.collab.CollabEnum
|
+--com.compoze.collab.groupware.RecipientTypeEnum
- All Implemented Interfaces:
- com.compoze.collab.util.IDigestSupport, java.io.Serializable
- Direct Known Subclasses:
- DominoRecipientTypeEnum
- public class RecipientTypeEnum
- extends CollabEnum
- implements java.io.Serializable
The enumeration class that contains RecipientType
elements.
- See Also:
- Serialized Form
Constructor Summary |
protected |
RecipientTypeEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
Constructor. |
protected |
RecipientTypeEnum(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_TO
public static final int VALUE_TO
VALUE_CC
public static final int VALUE_CC
VALUE_BCC
public static final int VALUE_BCC
NUM_ELEMENTS
public static final int NUM_ELEMENTS
TO
public static final RecipientType TO
CC
public static final RecipientType CC
BCC
public static final RecipientType BCC
RecipientTypeEnum
protected RecipientTypeEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
- Constructor.
RecipientTypeEnum
protected RecipientTypeEnum(int iNumElements)
i
public static CollabEnum i()
- Gets the singleton.
Copyright ©1999-2005 Compoze Software, Inc. All rights reserved.