Uses of Class
be.recipe.services.core.Reserved
-
Packages that use Reserved Package Description be.recipe.services.core be.recipe.services.patient -
-
Uses of Reserved in be.recipe.services.core
Methods in be.recipe.services.core that return Reserved Modifier and Type Method Description static ReservedReserved. fromValue(String v)static ReservedReserved. valueOf(String name)Returns the enum constant of this type with the specified name.static Reserved[]Reserved. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Reserved in be.recipe.services.patient
Fields in be.recipe.services.patient declared as Reserved Modifier and Type Field Description protected ReservedListPatientPrescriptionsParam. reservedMethods in be.recipe.services.patient that return Reserved Modifier and Type Method Description ReservedListPatientPrescriptionsParam. getReserved()Gets the value of the reserved property.Methods in be.recipe.services.patient with parameters of type Reserved Modifier and Type Method Description voidListPatientPrescriptionsParam. setReserved(Reserved value)Sets the value of the reserved property.
-