Uses of Class
de.focus_shift.jollyday.jackson.mapping.HolidayCycleType
-
Packages that use HolidayCycleType Package Description de.focus_shift.jollyday.jackson.mapping -
-
Uses of HolidayCycleType in de.focus_shift.jollyday.jackson.mapping
Fields in de.focus_shift.jollyday.jackson.mapping declared as HolidayCycleType Modifier and Type Field Description protected HolidayCycleTypeHoliday. everyMethods in de.focus_shift.jollyday.jackson.mapping that return HolidayCycleType Modifier and Type Method Description static HolidayCycleTypeHolidayCycleType. fromValue(String v)HolidayCycleTypeHoliday. getEvery()Gets the value of the every property.static HolidayCycleTypeHolidayCycleType. valueOf(String name)Returns the enum constant of this type with the specified name.static HolidayCycleType[]HolidayCycleType. 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 HolidayCycleType Modifier and Type Method Description voidHoliday. setEvery(HolidayCycleType value)Sets the value of the every property.
-