Uses of Class
de.focus_shift.jollyday.jackson.mapping.HolidayType
-
Packages that use HolidayType Package Description de.focus_shift.jollyday.jackson de.focus_shift.jollyday.jackson.mapping -
-
Uses of HolidayType in de.focus_shift.jollyday.jackson
Methods in de.focus_shift.jollyday.jackson with parameters of type HolidayType Modifier and Type Method Description HolidayTypeXMLUtil. getType(HolidayType type)Gets the type. -
Uses of HolidayType in de.focus_shift.jollyday.jackson.mapping
Fields in de.focus_shift.jollyday.jackson.mapping declared as HolidayType Modifier and Type Field Description protected HolidayTypeHoliday. localizedTypeMethods in de.focus_shift.jollyday.jackson.mapping that return HolidayType Modifier and Type Method Description static HolidayTypeHolidayType. fromValue(String v)HolidayTypeHoliday. getLocalizedType()Gets the value of the localizedType property.static HolidayTypeHolidayType. valueOf(String name)Returns the enum constant of this type with the specified name.static HolidayType[]HolidayType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.focus_shift.jollyday.jackson.mapping with parameters of type HolidayType Modifier and Type Method Description voidHoliday. setLocalizedType(HolidayType value)Sets the value of the localizedType property.
-