-
- All Known Subinterfaces:
ChristianHoliday,Fixed,IslamicHoliday
public interface MovableProvides the functionality to move a holiday based on theMovable.MovingConditions to another day of the week.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceMovable.MovingConditionDescribes how a holiday, that implements theMovableinterface, can be moved from a day of a week to another day of a week.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Movable.MovingCondition>conditions()Describes the different moving conditions that have been configured for a specific holiday.
-
-
-
Method Detail
-
conditions
List<Movable.MovingCondition> conditions()
Describes the different moving conditions that have been configured for a specific holiday.- Returns:
- the configured
Movable.MovingConditionfor this holiday
-
-