Compoze Software, Inc.

com.compoze.collab.domino
Class RepeatWeekendsEnum

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

public class RepeatWeekendsEnum
extends CollabEnum
implements java.io.Serializable

An enumeration of the Domino weekend repeat rules. The enumeration class that contains RepeatWeekends elements.

See Also:
Serialized Form

Field Summary
static RepeatWeekends DELETE
          The delete weekend repeat rule.
static RepeatWeekends DONT_MOVE
          The don't move weekend repeat rule.
static RepeatWeekends MOVE_TO_FRIDAY
          The move to Friday weekend repeat rule.
static RepeatWeekends MOVE_TO_MONDAY
          The move to Monday weekend repeat rule.
static RepeatWeekends MOVE_TO_NEAREST_WEEKDAY
          The move to nearest weekday weekend repeat rule.
static int NUM_ELEMENTS
           
static int VALUE_DELETE
           
static int VALUE_DONT_MOVE
           
static int VALUE_MOVE_TO_FRIDAY
           
static int VALUE_MOVE_TO_MONDAY
           
static int VALUE_MOVE_TO_NEAREST_WEEKDAY
           
 
Fields inherited from class com.compoze.collab.CollabEnum
m_elements
 
Constructor Summary
protected RepeatWeekendsEnum(java.lang.Class elementClass, int iNumElements, com.compoze.collab.resource.ResourceBundleWrapper rbWrapper, EnumElement defaultElement, java.lang.String sInternalName, boolean bMaskable)
          Constructor.
protected RepeatWeekendsEnum(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_DONT_MOVE

public static final int VALUE_DONT_MOVE

VALUE_MOVE_TO_FRIDAY

public static final int VALUE_MOVE_TO_FRIDAY

VALUE_MOVE_TO_MONDAY

public static final int VALUE_MOVE_TO_MONDAY

VALUE_MOVE_TO_NEAREST_WEEKDAY

public static final int VALUE_MOVE_TO_NEAREST_WEEKDAY

VALUE_DELETE

public static final int VALUE_DELETE

NUM_ELEMENTS

public static final int NUM_ELEMENTS

DONT_MOVE

public static final RepeatWeekends DONT_MOVE
The don't move weekend repeat rule.

MOVE_TO_FRIDAY

public static final RepeatWeekends MOVE_TO_FRIDAY
The move to Friday weekend repeat rule.

MOVE_TO_MONDAY

public static final RepeatWeekends MOVE_TO_MONDAY
The move to Monday weekend repeat rule.

MOVE_TO_NEAREST_WEEKDAY

public static final RepeatWeekends MOVE_TO_NEAREST_WEEKDAY
The move to nearest weekday weekend repeat rule.

DELETE

public static final RepeatWeekends DELETE
The delete weekend repeat rule.
Constructor Detail

RepeatWeekendsEnum

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

RepeatWeekendsEnum

protected RepeatWeekendsEnum(int iNumElements)
Method Detail

i

public static CollabEnum i()
Gets the singleton.

Compoze Software, Inc.

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