|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmondrian.util.WeeklyDateSchedule
class WeeklyDateSchedule
A WeeklyDateSchedule
fires every week. A bitmap indicates
which days of the week it fires.
Field Summary | |
---|---|
(package private) int |
beginOrdinal
|
(package private) int |
daysOfWeekBitmap
|
(package private) int |
period
|
Constructor Summary | |
---|---|
WeeklyDateSchedule(java.util.Calendar begin,
int period,
int daysOfWeekBitmap)
|
Method Summary | |
---|---|
java.util.Calendar |
nextOccurrence(java.util.Calendar earliest,
boolean strict)
Returns the next date when this schedule fires. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int period
int beginOrdinal
int daysOfWeekBitmap
Constructor Detail |
---|
WeeklyDateSchedule(java.util.Calendar begin, int period, int daysOfWeekBitmap)
Method Detail |
---|
public java.util.Calendar nextOccurrence(java.util.Calendar earliest, boolean strict)
DateSchedule
nextOccurrence
in interface DateSchedule
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |