Compoze Software, Inc.

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

Field Summary
static RepeatForUnit DAYS
          The days repeat for unit.
static RepeatForUnit MONTHS
          The months repeat for unit.
static int NUM_ELEMENTS
           
static int VALUE_DAYS
           
static int VALUE_MONTHS
           
static int VALUE_WEEKS
           
static int VALUE_YEARS
           
static RepeatForUnit WEEKS
          The weeks repeat for unit.
static RepeatForUnit YEARS
          The years repeat for unit.
 
Fields inherited from class com.compoze.collab.CollabEnum
m_elements
 
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 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_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.
Constructor Detail

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

i

public static CollabEnum i()
Gets the singleton.

Compoze Software, Inc.

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