Compoze Software, Inc.

com.compoze.collab.domino
Class RepeatAdjust

java.lang.Object
  |
  +--com.compoze.collab.domino.RepeatAdjust
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RepeatMonthlyByDateAdjust, RepeatMonthlyByDayAdjust, RepeatWeeklyAdjust

public abstract class RepeatAdjust
extends java.lang.Object
implements java.io.Serializable

This class stores the values for a 'repeat adjust'.

See Also:
Serialized Form

Method Summary
 java.util.List getValues()
          Gets the values of the repeat adjust.
 java.lang.String[] getValuesArray()
          Gets the values of the repeat adjust.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValues

public java.util.List getValues()
Gets the values of the repeat adjust.
Returns:
a list of java.util.String objects (unmodifiable)

getValuesArray

public java.lang.String[] getValuesArray()
Gets the values of the repeat adjust.
Returns:
an array of values (not null)

Compoze Software, Inc.

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