Compoze Software, Inc.

com.compoze.collab.domino
Class RepeatHowEnum

java.lang.Object
  |
  +--com.compoze.collab.CollabEnum
        |
        +--com.compoze.collab.domino.RepeatHowEnum
All Implemented Interfaces:
com.compoze.collab.util.IDigestSupport, java.io.Serializable

public class RepeatHowEnum
extends CollabEnum
implements java.io.Serializable

An enumeration of the Domino repeat how values. The enumeration class that contains RepeatHow elements.

See Also:
Serialized Form

Field Summary
static RepeatHow FOR
          The for repeat how value.
static int NUM_ELEMENTS
           
static RepeatHow UNTIL
          The until repeat how value.
static int VALUE_FOR
           
static int VALUE_UNTIL
           
 
Fields inherited from class com.compoze.collab.CollabEnum
m_elements
 
Constructor Summary
protected RepeatHowEnum(java.lang.Class elementClass, int iNumElements, com.compoze.collab.resource.ResourceBundleWrapper rbWrapper, EnumElement defaultElement, java.lang.String sInternalName, boolean bMaskable)
          Constructor.
protected RepeatHowEnum(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_FOR

public static final int VALUE_FOR

VALUE_UNTIL

public static final int VALUE_UNTIL

NUM_ELEMENTS

public static final int NUM_ELEMENTS

FOR

public static final RepeatHow FOR
The for repeat how value.

UNTIL

public static final RepeatHow UNTIL
The until repeat how value.
Constructor Detail

RepeatHowEnum

protected RepeatHowEnum(java.lang.Class elementClass,
                        int iNumElements,
                        com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
                        EnumElement defaultElement,
                        java.lang.String sInternalName,
                        boolean bMaskable)
Constructor.

RepeatHowEnum

protected RepeatHowEnum(int iNumElements)
Method Detail

i

public static CollabEnum i()
Gets the singleton.

Compoze Software, Inc.

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