Package mondrian.util

Class MonthlyByWeekDateSchedule

  • All Implemented Interfaces:
    DateSchedule

    class MonthlyByWeekDateSchedule
    extends java.lang.Object
    implements DateSchedule
    A MonthlyByWeekDateSchedule fires on particular days of particular weeks of a month.
    • Constructor Summary

      Constructors 
      Constructor Description
      MonthlyByWeekDateSchedule​(java.util.Calendar begin, int period, int daysOfWeekBitmap, int weeksOfMonthBitmap)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • period

        int period
      • beginMonth

        int beginMonth
      • daysOfWeekBitmap

        int daysOfWeekBitmap
      • weeksOfMonthBitmap

        int weeksOfMonthBitmap
    • Constructor Detail

      • MonthlyByWeekDateSchedule

        MonthlyByWeekDateSchedule​(java.util.Calendar begin,
                                  int period,
                                  int daysOfWeekBitmap,
                                  int weeksOfMonthBitmap)
    • Method Detail

      • nextOccurrence

        public java.util.Calendar nextOccurrence​(java.util.Calendar earliest,
                                                 boolean strict)
        Description copied from interface: DateSchedule
        Returns the next date when this schedule fires.
        Specified by:
        nextOccurrence in interface DateSchedule