-
- All Known Subinterfaces:
ChristianHoliday,EthiopianOrthodoxHoliday,Fixed,FixedWeekdayBetweenFixed,FixedWeekdayInMonth,FixedWeekdayRelativeToFixed,IslamicHoliday,RelativeToEasterSunday,RelativeToFixed,RelativeToWeekdayInMonth
public interface DescribedProvides the functionality to describe a holiday with a name represented by the `descriptionPropertiesKey` and a `holidayType` holiday type that can be one of the providesHolidayTypes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringdescriptionPropertiesKey()The properties key will be used to translate the holiday into the requested languageHolidayTypeholidayType()Represents the type of the holiday.
-
-
-
Method Detail
-
descriptionPropertiesKey
String descriptionPropertiesKey()
The properties key will be used to translate the holiday into the requested language- Returns:
- the properties key to use to translate
-
holidayType
HolidayType holidayType()
Represents the type of the holiday. Different holiday types are available inHolidayType- Returns:
- the holiday type
-
-