com.compoze.collab.exchange
Class InstanceTypeEnum
java.lang.Object
com.compoze.collab.CollabEnum
com.compoze.collab.exchange.InstanceTypeEnum
- All Implemented Interfaces:
- com.compoze.collab.util.IDigestSupport, java.io.Serializable
- public class InstanceTypeEnum
- extends CollabEnum
- implements java.io.Serializable
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
- See Also:
- Constant Field Values
VALUE_MASTER
public static final int VALUE_MASTER
- See Also:
- Constant Field Values
VALUE_INSTANCE
public static final int VALUE_INSTANCE
- See Also:
- Constant Field Values
VALUE_DEVIATION
public static final int VALUE_DEVIATION
- See Also:
- Constant Field Values
NUM_ELEMENTS
public static final int NUM_ELEMENTS
- See Also:
- Constant Field Values
SINGLE
public static final InstanceType SINGLE
MASTER
public static final InstanceType MASTER
INSTANCE
public static final InstanceType INSTANCE
DEVIATION
public static final InstanceType DEVIATION
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-2003 Compoze Software, Inc. All rights reserved.