Module de.focus_shift.jollyday.core
Package de.focus_shift.jollyday.core.spi
Interface RelativeToEasterSundayHolidayConfiguration
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 ChristianHolidayConfiguration is that these holidays are based on Easter Sunday but no christian holidays.
The RelativeToEasterSundayParser is used.
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.focus_shift.jollyday.core.spi.Limited
Limited.YearCycle -
Method Summary
Modifier and TypeMethodDescription@NonNull ChronologyDescribes theChronologyof the holiday@NonNull org.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, descriptionPropertiesKeyPrefix, descriptionPropertiesKeyPrefixSeparator, holidayType
-
Method Details
-
chronology
@NonNull Chronology chronology()Describes theChronologyof the holiday- Returns:
- the chronology of the holiday
-
days
@NonNull org.threeten.extra.Days days()Describes the number of days that will be added to Easter Sunday.- Returns:
- the additional number of days
-