Uses of Class
com.jrefinery.date.AnnualDateRule

Packages that use AnnualDateRule
com.jrefinery.date Date classes. 
 

Uses of AnnualDateRule in com.jrefinery.date
 

Subclasses of AnnualDateRule in com.jrefinery.date
 class DayAndMonthRule
          An annual date rule where the generated date always falls on the same day and month each year.
 class DayOfWeekInMonthRule
          An annual date rule that specifies the nth day of the week in a given month (e.g.
 class EasterSundayRule
          An annual date rule for Easter (Sunday).
 class RelativeDayOfWeekRule
          An annual date rule that returns a date for each year based on (a) a reference rule; (b) a day of the week; and (c) a selection parameter (SerialDate.PRECEDING, SerialDate.NEAREST, SerialDate.FOLLOWING).
 

Methods in com.jrefinery.date that return AnnualDateRule
 AnnualDateRule RelativeDayOfWeekRule.getSubrule()
          Returns the sub-rule (also called the reference rule).
 

Methods in com.jrefinery.date with parameters of type AnnualDateRule
 void RelativeDayOfWeekRule.setSubrule(AnnualDateRule subrule)
          Sets the sub-rule.
 

Constructors in com.jrefinery.date with parameters of type AnnualDateRule
RelativeDayOfWeekRule(AnnualDateRule subrule, int dayOfWeek, int relative)
          Standard constructor - builds rule based on the supplied sub-rule.