Uses of Enum
org.hl7.fhir.r4.model.CompartmentDefinition.CompartmentType
Packages that use CompartmentDefinition.CompartmentType
-
Uses of CompartmentDefinition.CompartmentType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CompartmentDefinition.CompartmentTypeModifier and TypeFieldDescriptionprotected Enumeration<CompartmentDefinition.CompartmentType>CompartmentDefinition.codeWhich compartment this definition describes.Methods in org.hl7.fhir.r4.model that return CompartmentDefinition.CompartmentTypeModifier and TypeMethodDescriptionCompartmentDefinition.getCode()Returns the enum constant of this type with the specified name.CompartmentDefinition.CompartmentType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type CompartmentDefinition.CompartmentTypeMethods in org.hl7.fhir.r4.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.r4.model with type arguments of type CompartmentDefinition.CompartmentTypeModifier and TypeMethodDescriptionCompartmentDefinition.setCodeElement(Enumeration<CompartmentDefinition.CompartmentType> value)