com.compoze.collab.beacm
Class RepeatHowEnum

java.lang.Object
  extended by com.compoze.collab.CollabEnum
      extended by com.compoze.collab.beacm.RepeatHowEnum
All Implemented Interfaces
IDigestSupport, Serializable

public class RepeatHowEnum
extends CollabEnum
implements Serializable

The enumeration class that contains RepeatHow elements.

See Also
Serialized Form

Field Summary
static RepeatHow FOR
          Repeat for a number of units
static int NUM_ELEMENTS
           
static RepeatHow UNTIL
          Repeat until a certain date
static int VALUE_FOR
           
static int VALUE_UNTIL
           
 
Fields inherited from class com.compoze.collab.CollabEnum
m_elements
 
Constructor Summary
protected RepeatHowEnum(Class elementClass, int iNumElements, com.compoze.collab.resource.ResourceBundleWrapper rbWrapper, EnumElement defaultElement, 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
See Also
Constants Summary

VALUE_UNTIL

public static final int VALUE_UNTIL
See Also
Constants Summary

NUM_ELEMENTS

public static final int NUM_ELEMENTS
See Also
Constants Summary

FOR

public static final RepeatHow FOR
Repeat for a number of units


UNTIL

public static final RepeatHow UNTIL
Repeat until a certain date

Constructor Detail

RepeatHowEnum

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


RepeatHowEnum

protected RepeatHowEnum(int iNumElements)
Method Detail

i

public static CollabEnum i()
Gets the singleton.



Copyright © 2006 BEA Systems, Inc. All Rights Reserved