com.compoze.collab.domino
Class InstanceTypeEnum
java.lang.Object
|
+--com.compoze.collab.CollabEnum
|
+--com.compoze.collab.domino.InstanceTypeEnum
- All Implemented Interfaces:
- com.compoze.collab.util.IDigestSupport, java.io.Serializable
- public class InstanceTypeEnum
- extends CollabEnum
- implements java.io.Serializable
An enumeration of the Domino repeating appointment instance types.
The enumeration class that contains InstanceType
elements.
- See Also:
- Serialized Form
Constructor Summary |
protected |
InstanceTypeEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
Constructor. |
protected |
InstanceTypeEnum(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_SINGLE
public static final int VALUE_SINGLE
VALUE_CHILD
public static final int VALUE_CHILD
VALUE_PARENT
public static final int VALUE_PARENT
NUM_ELEMENTS
public static final int NUM_ELEMENTS
SINGLE
public static final InstanceType SINGLE
- The single instance type.
CHILD
public static final InstanceType CHILD
- The child instance type.
PARENT
public static final InstanceType PARENT
- The parent instance type.
InstanceTypeEnum
protected InstanceTypeEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
- Constructor.
InstanceTypeEnum
protected InstanceTypeEnum(int iNumElements)
i
public static CollabEnum i()
- Gets the singleton.
Copyright ©1999-2005 Compoze Software, Inc. All rights reserved.