com.compoze.collab.domino
Class DominoRecipientTypeEnum
java.lang.Object
|
+--com.compoze.collab.CollabEnum
|
+--com.compoze.collab.groupware.RecipientTypeEnum
|
+--com.compoze.collab.domino.DominoRecipientTypeEnum
- All Implemented Interfaces:
- com.compoze.collab.util.IDigestSupport, java.io.Serializable
- public class DominoRecipientTypeEnum
- extends RecipientTypeEnum
- implements java.io.Serializable
An enumeration of the Domino recipient types.
The enumeration class that contains DominoRecipientType
elements.
- See Also:
- Serialized Form
Constructor Summary |
protected |
DominoRecipientTypeEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
Constructor. |
protected |
DominoRecipientTypeEnum(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_ROOM
public static final int VALUE_ROOM
VALUE_RESOURCE
public static final int VALUE_RESOURCE
NUM_ELEMENTS
public static final int NUM_ELEMENTS
ROOM
public static final DominoRecipientType ROOM
- The room recipient type.
RESOURCE
public static final DominoRecipientType RESOURCE
- The resource recipient type.
DominoRecipientTypeEnum
protected DominoRecipientTypeEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
- Constructor.
DominoRecipientTypeEnum
protected DominoRecipientTypeEnum(int iNumElements)
i
public static CollabEnum i()
- Gets the singleton.
Copyright ©1999-2005 Compoze Software, Inc. All rights reserved.