Module de.focus_shift.jollyday.core
Package de.focus_shift.jollyday.core.spi
Interface FixedHolidayConfiguration
Represents the configuration of a holiday that can be
- Movable
- Limited
- Described
and occurs on the same day and month on every year.
Example: A holiday on the first January, like New Year.
The FixedParser is used.
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.focus_shift.jollyday.core.spi.Limited
Limited.YearCycleNested classes/interfaces inherited from interface de.focus_shift.jollyday.core.spi.Movable
Movable.MovingCondition -
Method Summary
Methods inherited from interface de.focus_shift.jollyday.core.spi.Described
descriptionPropertiesKey, descriptionPropertiesKeyPrefix, descriptionPropertiesKeyPrefixSeparator, holidayTypeMethods inherited from interface de.focus_shift.jollyday.core.spi.Movable
conditions
-
Method Details
-
day
@NonNull MonthDay day()Contains the information on which day and month this holiday occurs.- Returns:
- month and day on which this holiday will occur
-