Package mondrian.util

Class MonthlyByDayDateSchedule

  • All Implemented Interfaces:
    DateSchedule

    class MonthlyByDayDateSchedule
    extends java.lang.Object
    implements DateSchedule
    A MonthlyByDayDateSchedule fires on a particular set of days every month.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int beginMonth  
      (package private) int daysOfMonthBitmap  
      (package private) int period  
    • Constructor Summary

      Constructors 
      Constructor Description
      MonthlyByDayDateSchedule​(java.util.Calendar begin, int period, int daysOfMonthBitmap)  
    • 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
      • daysOfMonthBitmap

        int daysOfMonthBitmap
    • Constructor Detail

      • MonthlyByDayDateSchedule

        MonthlyByDayDateSchedule​(java.util.Calendar begin,
                                 int period,
                                 int daysOfMonthBitmap)
    • 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