com.compoze.collab.beacm
Class RepeatTypeEnum

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

public class RepeatTypeEnum
extends CollabEnum
implements Serializable

The enumeration class that contains RepeatType elements.

See Also
Serialized Form

Field Summary
static RepeatType CUSTOM
          The custom repeat type.
static RepeatType DAILY
          The daily repeat type.
static RepeatType MONTHLY_BY_DATE
          The monthly by date repeat type.
static RepeatType MONTHLY_BY_DAY
          The monthly by day repeat type.
static int NUM_ELEMENTS
           
static int VALUE_CUSTOM
           
static int VALUE_DAILY
           
static int VALUE_MONTHLY_BY_DATE
           
static int VALUE_MONTHLY_BY_DAY
           
static int VALUE_WEEKLY
           
static int VALUE_YEARLY
           
static RepeatType WEEKLY
          The weekly repeat type.
static RepeatType YEARLY
          The yearly repeat type.
 
Fields inherited from class com.compoze.collab.CollabEnum
m_elements
 
Constructor Summary
protected RepeatTypeEnum(Class elementClass, int iNumElements, com.compoze.collab.resource.ResourceBundleWrapper rbWrapper, EnumElement defaultElement, String sInternalName, boolean bMaskable)
          Constructor.
protected RepeatTypeEnum(int iNumElements)
          Constructor.
 
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_DAILY

public static final int VALUE_DAILY
See Also
Constants Summary

VALUE_WEEKLY

public static final int VALUE_WEEKLY
See Also
Constants Summary

VALUE_MONTHLY_BY_DATE

public static final int VALUE_MONTHLY_BY_DATE
See Also
Constants Summary

VALUE_MONTHLY_BY_DAY

public static final int VALUE_MONTHLY_BY_DAY
See Also
Constants Summary

VALUE_YEARLY

public static final int VALUE_YEARLY
See Also
Constants Summary

VALUE_CUSTOM

public static final int VALUE_CUSTOM
See Also
Constants Summary

NUM_ELEMENTS

public static final int NUM_ELEMENTS
See Also
Constants Summary

DAILY

public static final RepeatType DAILY
The daily repeat type.


WEEKLY

public static final RepeatType WEEKLY
The weekly repeat type.


MONTHLY_BY_DATE

public static final RepeatType MONTHLY_BY_DATE
The monthly by date repeat type.


MONTHLY_BY_DAY

public static final RepeatType MONTHLY_BY_DAY
The monthly by day repeat type.


YEARLY

public static final RepeatType YEARLY
The yearly repeat type.


CUSTOM

public static final RepeatType CUSTOM
The custom repeat type.

Constructor Detail

RepeatTypeEnum

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


RepeatTypeEnum

protected RepeatTypeEnum(int iNumElements)
Constructor.

Method Detail

i

public static CollabEnum i()
Gets the singleton.



Copyright © 2006 BEA Systems, Inc. All Rights Reserved