
Uses of Enum Class
org.hl7.fhir.dstu3.model.CompartmentDefinition.CompartmentType
Packages that use CompartmentDefinition.CompartmentType
-
Uses of CompartmentDefinition.CompartmentType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type CompartmentDefinition.CompartmentTypeModifier and TypeFieldDescriptionprotected Enumeration
<CompartmentDefinition.CompartmentType> CompartmentDefinition.code
Which compartment this definition describes.Methods in org.hl7.fhir.dstu3.model that return CompartmentDefinition.CompartmentTypeModifier and TypeMethodDescriptionCompartmentDefinition.getCode()
Returns the enum constant of this class with the specified name.CompartmentDefinition.CompartmentType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type CompartmentDefinition.CompartmentTypeModifier and TypeMethodDescriptionCompartmentDefinition.CompartmentTypeEnumFactory.fromType
(PrimitiveType<?> code) CompartmentDefinition.getCodeElement()
Methods in org.hl7.fhir.dstu3.model with parameters of type CompartmentDefinition.CompartmentTypeModifier and TypeMethodDescriptionCompartmentDefinition.setCode
(CompartmentDefinition.CompartmentType value) CompartmentDefinition.CompartmentTypeEnumFactory.toCode
(CompartmentDefinition.CompartmentType code) CompartmentDefinition.CompartmentTypeEnumFactory.toSystem
(CompartmentDefinition.CompartmentType code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type CompartmentDefinition.CompartmentTypeModifier and TypeMethodDescriptionCompartmentDefinition.setCodeElement
(Enumeration<CompartmentDefinition.CompartmentType> value)