Package mondrian.util
Class WeeklyDateSchedule
- java.lang.Object
-
- mondrian.util.WeeklyDateSchedule
-
- All Implemented Interfaces:
DateSchedule
class WeeklyDateSchedule extends Object implements DateSchedule
AWeeklyDateSchedule
fires every week. A bitmap indicates which days of the week it fires.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
beginOrdinal
(package private) int
daysOfWeekBitmap
(package private) int
period
-
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 Calendar
nextOccurrence(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:DateSchedule
Returns the next date when this schedule fires.- Specified by:
nextOccurrence
in interfaceDateSchedule
-
-