com.compoze.collab.beacm
Class RepeatAdjust

java.lang.Object
  extended by com.compoze.collab.beacm.RepeatAdjust
All Implemented Interfaces
Serializable
Direct Known Subclasses:
RepeatMonthlyByDateAdjust, RepeatMonthlyByDayAdjust, RepeatWeeklyAdjust

public abstract class RepeatAdjust
extends Object
implements Serializable

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

See Also
Serialized Form

Constructor Summary
protected RepeatAdjust(String[] values)
          Constructor.
 
Method Summary
 List getValues()
          Gets the values of the repeat adjust.
 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
 

Constructor Detail

RepeatAdjust

protected RepeatAdjust(String[] values)
Constructor.

Parameters
values - the adjust values
Method Detail

getValues

public List getValues()
Gets the values of the repeat adjust.

Returns
a list of java.util.String objects (unmodifiable)

getValuesArray

public String[] getValuesArray()
Gets the values of the repeat adjust.

Returns
an array of values (not null)


Copyright © 2006 BEA Systems, Inc. All Rights Reserved