|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.compoze.collab.CollabEnum
com.compoze.collab.beacm.RepeatTypeEnum
public class RepeatTypeEnum
The enumeration class that contains RepeatType elements.
| 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 |
|---|
public static final int VALUE_DAILY
public static final int VALUE_WEEKLY
public static final int VALUE_MONTHLY_BY_DATE
public static final int VALUE_MONTHLY_BY_DAY
public static final int VALUE_YEARLY
public static final int VALUE_CUSTOM
public static final int NUM_ELEMENTS
public static final RepeatType DAILY
public static final RepeatType WEEKLY
public static final RepeatType MONTHLY_BY_DATE
public static final RepeatType MONTHLY_BY_DAY
public static final RepeatType YEARLY
public static final RepeatType CUSTOM
| Constructor Detail |
|---|
protected RepeatTypeEnum(Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
String sInternalName,
boolean bMaskable)
protected RepeatTypeEnum(int iNumElements)
| Method Detail |
|---|
public static CollabEnum i()
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||