org.pentaho.platform.scheduler2.recur
Class RecurrenceList
java.lang.Object
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
RecurrenceList
public RecurrenceList(Integer... values)
RecurrenceList
public RecurrenceList()
getValues
public List<Integer> getValues()
setValues
public void setValues(List<Integer> values)