Uses of Class
be.recipe.services.core.ReservationFeature
-
Packages that use ReservationFeature Package Description be.recipe.services.core be.recipe.services.executor be.recipe.services.patient -
-
Uses of ReservationFeature in be.recipe.services.core
Methods in be.recipe.services.core that return ReservationFeature Modifier and Type Method Description static ReservationFeatureReservationFeature. fromValue(String v)static ReservationFeatureReservationFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static ReservationFeature[]ReservationFeature. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ReservationFeature in be.recipe.services.executor
Fields in be.recipe.services.executor declared as ReservationFeature Modifier and Type Field Description protected ReservationFeatureGetProfileResult.Profile. reservationFeatureprotected ReservationFeatureUpdateProfileParam. reservationFeatureMethods in be.recipe.services.executor that return ReservationFeature Modifier and Type Method Description ReservationFeatureGetProfileResult.Profile. getReservationFeature()Gets the value of the reservationFeature property.ReservationFeatureUpdateProfileParam. getReservationFeature()Gets the value of the reservationFeature property.Methods in be.recipe.services.executor with parameters of type ReservationFeature Modifier and Type Method Description voidGetProfileResult.Profile. setReservationFeature(ReservationFeature value)Sets the value of the reservationFeature property.voidUpdateProfileParam. setReservationFeature(ReservationFeature value)Sets the value of the reservationFeature property. -
Uses of ReservationFeature in be.recipe.services.patient
Fields in be.recipe.services.patient declared as ReservationFeature Modifier and Type Field Description protected ReservationFeatureGetExecutorProfileResult.Profile. reservationFeatureMethods in be.recipe.services.patient that return ReservationFeature Modifier and Type Method Description ReservationFeatureGetExecutorProfileResult.Profile. getReservationFeature()Gets the value of the reservationFeature property.Methods in be.recipe.services.patient with parameters of type ReservationFeature Modifier and Type Method Description voidGetExecutorProfileResult.Profile. setReservationFeature(ReservationFeature value)Sets the value of the reservationFeature property.
-