
Uses of Enum Class
org.hl7.fhir.r5.model.Ingredient.IngredientManufacturerRole
Packages that use Ingredient.IngredientManufacturerRole
-
Uses of Ingredient.IngredientManufacturerRole in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Ingredient.IngredientManufacturerRoleModifier and TypeFieldDescriptionprotected Enumeration<Ingredient.IngredientManufacturerRole> Ingredient.IngredientManufacturerComponent.roleThe way in which this manufacturer is associated with the ingredient.Methods in org.hl7.fhir.r5.model that return Ingredient.IngredientManufacturerRoleModifier and TypeMethodDescriptionIngredient.IngredientManufacturerComponent.getRole()Returns the enum constant of this class with the specified name.Ingredient.IngredientManufacturerRole.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Ingredient.IngredientManufacturerRoleModifier and TypeMethodDescriptionIngredient.IngredientManufacturerRoleEnumFactory.fromType(PrimitiveType<?> code) Ingredient.IngredientManufacturerComponent.getRoleElement()Methods in org.hl7.fhir.r5.model with parameters of type Ingredient.IngredientManufacturerRoleModifier and TypeMethodDescriptionIngredient.IngredientManufacturerComponent.setRole(Ingredient.IngredientManufacturerRole value) Ingredient.IngredientManufacturerRoleEnumFactory.toCode(Ingredient.IngredientManufacturerRole code) Ingredient.IngredientManufacturerRoleEnumFactory.toSystem(Ingredient.IngredientManufacturerRole code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Ingredient.IngredientManufacturerRoleModifier and TypeMethodDescriptionIngredient.IngredientManufacturerComponent.setRoleElement(Enumeration<Ingredient.IngredientManufacturerRole> value)