org.pentaho.platform.scheduler2.recur
Class RecurrenceList

java.lang.Object
  extended by org.pentaho.platform.scheduler2.recur.RecurrenceList
All Implemented Interfaces:
ITimeRecurrence

public class RecurrenceList
extends Object
implements ITimeRecurrence

Used to specify a list of recurrences representing dates or times. The list may represent years, or days of month or hours, etc. The method to which this class is passed will determine the meaning of the integers within the list.

Author:
arodriguez

Constructor Summary
RecurrenceList()
           
RecurrenceList(Integer... values)
           
 
Method Summary
 List<Integer> getValues()
           
 void setValues(List<Integer> values)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecurrenceList

public RecurrenceList(Integer... values)

RecurrenceList

public RecurrenceList()
Method Detail

getValues

public List<Integer> getValues()

setValues

public void setValues(List<Integer> values)