com.compoze.collab.domino
Class RepeatForUnitEnum
java.lang.Object
|
+--com.compoze.collab.CollabEnum
|
+--com.compoze.collab.domino.RepeatForUnitEnum
- All Implemented Interfaces:
- com.compoze.collab.util.IDigestSupport, java.io.Serializable
- public class RepeatForUnitEnum
- extends CollabEnum
- implements java.io.Serializable
An enumeration of the Domino repeat for units.
The enumeration class that contains RepeatForUnit
elements.
- See Also:
- Serialized Form
Constructor Summary |
protected |
RepeatForUnitEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
Constructor. |
protected |
RepeatForUnitEnum(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_DAYS
public static final int VALUE_DAYS
VALUE_WEEKS
public static final int VALUE_WEEKS
VALUE_MONTHS
public static final int VALUE_MONTHS
VALUE_YEARS
public static final int VALUE_YEARS
NUM_ELEMENTS
public static final int NUM_ELEMENTS
DAYS
public static final RepeatForUnit DAYS
- The days repeat for unit.
WEEKS
public static final RepeatForUnit WEEKS
- The weeks repeat for unit.
MONTHS
public static final RepeatForUnit MONTHS
- The months repeat for unit.
YEARS
public static final RepeatForUnit YEARS
- The years repeat for unit.
RepeatForUnitEnum
protected RepeatForUnitEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
- Constructor.
RepeatForUnitEnum
protected RepeatForUnitEnum(int iNumElements)
i
public static CollabEnum i()
- Gets the singleton.
Copyright ©1999-2005 Compoze Software, Inc. All rights reserved.