mondrian.util
Class WeeklyDateSchedule
java.lang.Object
mondrian.util.WeeklyDateSchedule
- All Implemented Interfaces:
- DateSchedule
class WeeklyDateSchedule
- extends Object
- implements DateSchedule
A WeeklyDateSchedule
fires every week. A bitmap indicates
which days of the week it fires.
-
-
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
period
int period
beginOrdinal
int beginOrdinal
daysOfWeekBitmap
int daysOfWeekBitmap
WeeklyDateSchedule
WeeklyDateSchedule(Calendar begin,
int period,
int daysOfWeekBitmap)
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 interface DateSchedule