Uses of Class
de.focus_shift.jollyday.jackson.mapping.Weekday
-
Packages that use Weekday Package Description de.focus_shift.jollyday.jackson de.focus_shift.jollyday.jackson.mapping -
-
Uses of Weekday in de.focus_shift.jollyday.jackson
Methods in de.focus_shift.jollyday.jackson with parameters of type Weekday Modifier and Type Method Description DayOfWeekXMLUtil. getWeekday(Weekday weekday)Returns theDayOfWeekequivalent for the given weekday. -
Uses of Weekday in de.focus_shift.jollyday.jackson.mapping
Fields in de.focus_shift.jollyday.jackson.mapping declared as Weekday Modifier and Type Field Description protected WeekdayMovingCondition. substituteprotected WeekdayFixedWeekdayBetweenFixed. weekdayprotected WeekdayFixedWeekdayInMonth. weekdayprotected WeekdayFixedWeekdayRelativeToFixed. weekdayprotected WeekdayMovingCondition. weekdayprotected WeekdayRelativeToFixed. weekdayprotected WeekdayRelativeToWeekdayInMonth. weekdayMethods in de.focus_shift.jollyday.jackson.mapping that return Weekday Modifier and Type Method Description static WeekdayWeekday. fromValue(String v)WeekdayMovingCondition. getSubstitute()Gets the value of the substitute property.WeekdayFixedWeekdayBetweenFixed. getWeekday()Gets the value of the weekday property.WeekdayFixedWeekdayInMonth. getWeekday()Gets the value of the weekday property.WeekdayFixedWeekdayRelativeToFixed. getWeekday()Gets the value of the weekday property.WeekdayMovingCondition. getWeekday()Gets the value of the weekday property.WeekdayRelativeToFixed. getWeekday()Gets the value of the weekday property.WeekdayRelativeToWeekdayInMonth. getWeekday()Gets the value of the weekday property.static WeekdayWeekday. valueOf(String name)Returns the enum constant of this type with the specified name.static Weekday[]Weekday. 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 Weekday Modifier and Type Method Description voidMovingCondition. setSubstitute(Weekday value)Sets the value of the substitute property.voidFixedWeekdayBetweenFixed. setWeekday(Weekday value)Sets the value of the weekday property.voidFixedWeekdayInMonth. setWeekday(Weekday value)Sets the value of the weekday property.voidFixedWeekdayRelativeToFixed. setWeekday(Weekday value)Sets the value of the weekday property.voidMovingCondition. setWeekday(Weekday value)Sets the value of the weekday property.voidRelativeToFixed. setWeekday(Weekday value)Sets the value of the weekday property.voidRelativeToWeekdayInMonth. setWeekday(Weekday value)Sets the value of the weekday property.
-