Compoze Software, Inc.

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

Field Summary
static InstanceType CHILD
          The child instance type.
static int NUM_ELEMENTS
           
static InstanceType PARENT
          The parent instance type.
static InstanceType SINGLE
          The single instance type.
static int VALUE_CHILD
           
static int VALUE_PARENT
           
static int VALUE_SINGLE
           
 
Fields inherited from class com.compoze.collab.CollabEnum
m_elements
 
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 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_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.
Constructor Detail

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)
Method Detail

i

public static CollabEnum i()
Gets the singleton.

Compoze Software, Inc.

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