Uses of Class
be.recipe.services.core.SortOrder
-
Packages that use SortOrder Package Description be.recipe.services.core -
-
Uses of SortOrder in be.recipe.services.core
Fields in be.recipe.services.core declared as SortOrder Modifier and Type Field Description protected SortOrderPrescriptionSortedBy.SortedBy. orderprotected SortOrderReservationSortedBy.SortedBy. orderMethods in be.recipe.services.core that return SortOrder Modifier and Type Method Description static SortOrderSortOrder. fromValue(String v)SortOrderPrescriptionSortedBy.SortedBy. getOrder()Gets the value of the order property.SortOrderReservationSortedBy.SortedBy. getOrder()Gets the value of the order property.static SortOrderSortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static SortOrder[]SortOrder. 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 SortOrder Modifier and Type Method Description voidPrescriptionSortedBy.SortedBy. setOrder(SortOrder value)Sets the value of the order property.voidReservationSortedBy.SortedBy. setOrder(SortOrder value)Sets the value of the order property.
-