Package mondrian.util
Class WeeklyDateSchedule
- java.lang.Object
-
- mondrian.util.WeeklyDateSchedule
-
- All Implemented Interfaces:
DateSchedule
class WeeklyDateSchedule extends Object implements DateSchedule
AWeeklyDateSchedulefires every week. A bitmap indicates which days of the week it fires.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intbeginOrdinal(package private) intdaysOfWeekBitmap(package private) intperiod
-
Constructor Summary
Constructors Constructor Description WeeklyDateSchedule(Calendar begin, int period, int daysOfWeekBitmap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalendarnextOccurrence(Calendar earliest, boolean strict)Returns the next date when this schedule fires.
-
-
-
Constructor Detail
-
WeeklyDateSchedule
WeeklyDateSchedule(Calendar begin, int period, int daysOfWeekBitmap)
-
-
Method Detail
-
nextOccurrence
public Calendar nextOccurrence(Calendar earliest, boolean strict)
Description copied from interface:DateScheduleReturns the next date when this schedule fires.- Specified by:
nextOccurrencein interfaceDateSchedule
-
-