Uses of Class
de.focus_shift.jollyday.jackson.mapping.ChronologyType
-
Packages that use ChronologyType Package Description de.focus_shift.jollyday.jackson.mapping -
-
Uses of ChronologyType in de.focus_shift.jollyday.jackson.mapping
Fields in de.focus_shift.jollyday.jackson.mapping declared as ChronologyType Modifier and Type Field Description protected ChronologyTypeChristianHoliday. chronologyprotected ChronologyTypeRelativeToEasterSunday. chronologyMethods in de.focus_shift.jollyday.jackson.mapping that return ChronologyType Modifier and Type Method Description static ChronologyTypeChronologyType. fromValue(String v)ChronologyTypeChristianHoliday. getChronology()Gets the value of the chronology property.ChronologyTypeRelativeToEasterSunday. getChronology()Gets the value of the chronology property.static ChronologyTypeChronologyType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChronologyType[]ChronologyType. 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 ChronologyType Modifier and Type Method Description voidChristianHoliday. setChronology(ChronologyType value)Sets the value of the chronology property.voidRelativeToEasterSunday. setChronology(ChronologyType value)Sets the value of the chronology property.
-