Uses of Class
be.recipe.services.core.PrescriptionAttribute
-
Packages that use PrescriptionAttribute Package Description be.recipe.services.core -
-
Uses of PrescriptionAttribute in be.recipe.services.core
Fields in be.recipe.services.core declared as PrescriptionAttribute Modifier and Type Field Description protected PrescriptionAttributePrescriptionSortedBy.SortedBy. attributeMethods in be.recipe.services.core that return PrescriptionAttribute Modifier and Type Method Description static PrescriptionAttributePrescriptionAttribute. fromValue(String v)PrescriptionAttributePrescriptionSortedBy.SortedBy. getAttribute()Gets the value of the attribute property.static PrescriptionAttributePrescriptionAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static PrescriptionAttribute[]PrescriptionAttribute. 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 PrescriptionAttribute Modifier and Type Method Description voidPrescriptionSortedBy.SortedBy. setAttribute(PrescriptionAttribute value)Sets the value of the attribute property.
-