Uses of Class
de.focus_shift.jollyday.jackson.mapping.Which
-
Packages that use Which Package Description de.focus_shift.jollyday.jackson.mapping -
-
Uses of Which in de.focus_shift.jollyday.jackson.mapping
Fields in de.focus_shift.jollyday.jackson.mapping declared as Which Modifier and Type Field Description protected WhichFixedWeekdayInMonth. whichprotected WhichFixedWeekdayRelativeToFixed. whichMethods in de.focus_shift.jollyday.jackson.mapping that return Which Modifier and Type Method Description static WhichWhich. fromValue(String v)WhichFixedWeekdayInMonth. getWhich()Gets the value of the which property.WhichFixedWeekdayRelativeToFixed. getWhich()Gets the value of the which property.static WhichWhich. valueOf(String name)Returns the enum constant of this type with the specified name.static Which[]Which. 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 Which Modifier and Type Method Description voidFixedWeekdayInMonth. setWhich(Which value)Sets the value of the which property.voidFixedWeekdayRelativeToFixed. setWhich(Which value)Sets the value of the which property.
-