mondrian.util
Class DailyDateSchedule

java.lang.Object
  extended by mondrian.util.DailyDateSchedule
All Implemented Interfaces:
DateSchedule

 class DailyDateSchedule
extends Object
implements DateSchedule

A DailyDateSchedule fires every day.

 

Field Summary
(package private)  int beginOrdinal
           
(package private)  int period
           
 
Constructor Summary
DailyDateSchedule(Calendar begin, int period)
           
 
Method Summary
 Calendar nextOccurrence(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(Calendar begin,
                  int period)
Method Detail

nextOccurrence

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

Specified by:
nextOccurrence in interface DateSchedule

SourceForge.net_Logo