public class LocalPublicHolidays_de_DE extends LocalPublicHolidays
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<CalendarTools.DayOfYear,java.lang.String> |
fixedHolidays
The fixed holidays cached internally for convenient handling.
|
| Constructor and Description |
|---|
LocalPublicHolidays_de_DE()
Creates the fixed holidays for Germany (national and religious), ignoring
region-specific public holidays.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<CalendarTools.DayOfYear,java.lang.String> |
getFixedHolidays()
Provides the local fixed public holidays (without a year) including their
names.
|
protected java.util.Map<java.util.Calendar,java.lang.String> |
getFloatingHolidays(java.util.Calendar year)
Returns the floating holidays for Germany (national and religious),
ignoring region-specific public holidays but setting the names of some
important sundays (which are obviously no working days and need not be
considered).
|
getFixedHolidays, getPublicHolidayName, getPublicHolidaysForMonth, getPublicHolidaysForYear, getWorkingWeekdays, isFloatingHoliday, isPublicHoliday, isWorkingDayprotected java.util.Map<CalendarTools.DayOfYear,java.lang.String> fixedHolidays
public LocalPublicHolidays_de_DE()
protected java.util.Map<CalendarTools.DayOfYear,java.lang.String> getFixedHolidays()
LocalPublicHolidaysgetFixedHolidays in class LocalPublicHolidaysprotected java.util.Map<java.util.Calendar,java.lang.String> getFloatingHolidays(java.util.Calendar year)
getFloatingHolidays in class LocalPublicHolidaysyear - A calendar specifying the year of which to retrieve the
floating holidays.