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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
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)
i
public static CollabEnum i()
- Gets the singleton.
Copyright ©1999-2005 Compoze Software, Inc. All rights reserved.