|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmondrian.util.MonthlyByWeekDateSchedule
class MonthlyByWeekDateSchedule
A MonthlyByWeekDateSchedule
fires on particular days of
particular weeks of a month.
Field Summary | |
---|---|
(package private) int |
beginMonth
|
(package private) int |
daysOfWeekBitmap
|
(package private) int |
period
|
(package private) int |
weeksOfMonthBitmap
|
Constructor Summary | |
---|---|
MonthlyByWeekDateSchedule(java.util.Calendar begin,
int period,
int daysOfWeekBitmap,
int weeksOfMonthBitmap)
|
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 beginMonth
int daysOfWeekBitmap
int weeksOfMonthBitmap
Constructor Detail |
---|
MonthlyByWeekDateSchedule(java.util.Calendar begin, int period, int daysOfWeekBitmap, int weeksOfMonthBitmap)
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 |