Uses of Class
be.recipe.services.core.ReservationAttribute
-
Packages that use ReservationAttribute Package Description be.recipe.services.core -
-
Uses of ReservationAttribute in be.recipe.services.core
Fields in be.recipe.services.core declared as ReservationAttribute Modifier and Type Field Description protected ReservationAttributeReservationSortedBy.SortedBy. attributeMethods in be.recipe.services.core that return ReservationAttribute Modifier and Type Method Description static ReservationAttributeReservationAttribute. fromValue(String v)ReservationAttributeReservationSortedBy.SortedBy. getAttribute()Gets the value of the attribute property.static ReservationAttributeReservationAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static ReservationAttribute[]ReservationAttribute. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in be.recipe.services.core with parameters of type ReservationAttribute Modifier and Type Method Description voidReservationSortedBy.SortedBy. setAttribute(ReservationAttribute value)Sets the value of the attribute property.
-