Class ITimeWrapper
- java.lang.Object
-
- org.pentaho.platform.api.scheduler2.wrappers.ITimeWrapper
-
- Direct Known Subclasses:
DayOfMonthWrapper
,DayOfWeekWrapper
,HourlyWrapper
,MinuteWrapper
,MonthlyWrapper
,SecondWrapper
,YearlyWrapper
public abstract class ITimeWrapper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ITimeRecurrence>
recurrences
-
Constructor Summary
Constructors Constructor Description ITimeWrapper()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
add(ITimeRecurrence recurrence)
void
clear()
ITimeRecurrence
get(int index)
abstract List<ITimeRecurrence>
getRecurrences()
int
size()
-
-
-
Field Detail
-
recurrences
protected List<ITimeRecurrence> recurrences
-
-
Method Detail
-
add
public boolean add(ITimeRecurrence recurrence)
-
clear
public void clear()
-
size
public int size()
-
get
public ITimeRecurrence get(int index)
-
getRecurrences
public abstract List<ITimeRecurrence> getRecurrences()
-
-