Oracle

com.compoze.collab.exchange
Class RecurrenceInstanceEnum

java.lang.Object
  extended by com.compoze.collab.CollabEnum
      extended by com.compoze.collab.exchange.RecurrenceInstanceEnum
All Implemented Interfaces:
com.compoze.collab.util.IDigestSupport, java.io.Serializable

public class RecurrenceInstanceEnum
extends CollabEnum
implements java.io.Serializable

This class is used to represent the day of the week that an "nth" recurrence occurs on. The enumeration class that contains RecurrenceInstance elements.

See Also:
Serialized Form

Field Summary
static RecurrenceInstance FIRST
          Occurs on the first '[Sun-Sat]' of the week.
static RecurrenceInstance FOURTH
          Occurs on the fourth '[Sun-Sat]' of the week.
static RecurrenceInstance LAST
          Occurs on the last '[Sun-Sat]' of the week.
static int NUM_ELEMENTS
           
static RecurrenceInstance SECOND
          Occurs on the second '[Sun-Sat]' of the week.
static RecurrenceInstance THIRD
          Occurs on the third '[Sun-Sat]' of the week.
static int VALUE_FIRST
           
static int VALUE_FOURTH
           
static int VALUE_LAST
           
static int VALUE_SECOND
           
static int VALUE_THIRD
           
 
Fields inherited from class com.compoze.collab.CollabEnum
m_elements
 
Constructor Summary
protected RecurrenceInstanceEnum(java.lang.Class elementClass, int iNumElements, com.compoze.collab.resource.ResourceBundleWrapper rbWrapper, EnumElement defaultElement, java.lang.String sInternalName, boolean bMaskable)
          Constructor.
protected RecurrenceInstanceEnum(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_FIRST

public static final int VALUE_FIRST
See Also:
Constant Field Values

VALUE_SECOND

public static final int VALUE_SECOND
See Also:
Constant Field Values

VALUE_THIRD

public static final int VALUE_THIRD
See Also:
Constant Field Values

VALUE_FOURTH

public static final int VALUE_FOURTH
See Also:
Constant Field Values

VALUE_LAST

public static final int VALUE_LAST
See Also:
Constant Field Values

NUM_ELEMENTS

public static final int NUM_ELEMENTS
See Also:
Constant Field Values

FIRST

public static final RecurrenceInstance FIRST
Occurs on the first '[Sun-Sat]' of the week.


SECOND

public static final RecurrenceInstance SECOND
Occurs on the second '[Sun-Sat]' of the week.


THIRD

public static final RecurrenceInstance THIRD
Occurs on the third '[Sun-Sat]' of the week.


FOURTH

public static final RecurrenceInstance FOURTH
Occurs on the fourth '[Sun-Sat]' of the week.


LAST

public static final RecurrenceInstance LAST
Occurs on the last '[Sun-Sat]' of the week.

Constructor Detail

RecurrenceInstanceEnum

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


RecurrenceInstanceEnum

protected RecurrenceInstanceEnum(int iNumElements)
Method Detail

i

public static CollabEnum i()
Gets the singleton.


Oracle

Copyright ©1999-2008 Oracle All rights reserved.