Module de.focus_shift.jollyday.core
Package de.focus_shift.jollyday.core.spi
Interface RelativeToEasterSunday
-
public interface RelativeToEasterSunday extends Described, Limited
Represents the configuration of a holiday that is in relation to Easter Sunday and can be- Limited
- Described
Example: A holiday 42 days after Easter Sunday.
The difference to
ChristianHolidayis that these holidays are based on Easter Sunday but no christian holidays.The
RelativeToEasterSundayParseris used.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.focus_shift.jollyday.core.spi.Limited
Limited.YearCycle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Chronologychronology()Describes theChronologyof the holidayorg.threeten.extra.Daysdays()Describes the number of days that will be added to Easter Sunday.-
Methods inherited from interface de.focus_shift.jollyday.core.spi.Described
descriptionPropertiesKey, holidayType
-
-
-
-
Method Detail
-
chronology
Chronology chronology()
Describes theChronologyof the holiday- Returns:
- the chronology of the holiday
-
days
org.threeten.extra.Days days()
Describes the number of days that will be added to Easter Sunday.- Returns:
- the additional number of days
-
-