Package mondrian.util

Class DailyDateSchedule

  • All Implemented Interfaces:
    DateSchedule

    class DailyDateSchedule
    extends java.lang.Object
    implements DateSchedule
    A DailyDateSchedule fires every day.
    • Field Summary

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Calendar nextOccurrence​(java.util.Calendar day, 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
      • beginOrdinal

        int beginOrdinal
    • Constructor Detail

      • DailyDateSchedule

        DailyDateSchedule​(java.util.Calendar begin,
                          int period)
    • Method Detail

      • nextOccurrence

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