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
-
-
Constructor Summary
Constructors Constructor Description RecurrenceList()
RecurrenceList(Integer... values)
-