Class YearlyWrapper
- java.lang.Object
-
- org.pentaho.platform.api.scheduler2.wrappers.ITimeWrapper
-
- org.pentaho.platform.api.scheduler2.wrappers.YearlyWrapper
-
public class YearlyWrapper extends ITimeWrapper
-
-
Field Summary
-
Fields inherited from class org.pentaho.platform.api.scheduler2.wrappers.ITimeWrapper
recurrences
-
-
Constructor Summary
Constructors Constructor Description YearlyWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ITimeRecurrence>
getRecurrences()
-
Methods inherited from class org.pentaho.platform.api.scheduler2.wrappers.ITimeWrapper
add, clear, get, size
-
-
-
-
Method Detail
-
getRecurrences
public List<ITimeRecurrence> getRecurrences()
- Specified by:
getRecurrences
in classITimeWrapper
-
-