Uses of Enum Class
org.hl7.fhir.r5.model.ConceptMap.ConceptMapPropertyType
Packages that use ConceptMap.ConceptMapPropertyType
-
Uses of ConceptMap.ConceptMapPropertyType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ConceptMap.ConceptMapPropertyTypeModifier and TypeFieldDescriptionprotected Enumeration<ConceptMap.ConceptMapPropertyType>ConceptMap.PropertyComponent.typeThe type of the property value.Methods in org.hl7.fhir.r5.model that return ConceptMap.ConceptMapPropertyTypeModifier and TypeMethodDescriptionConceptMap.PropertyComponent.getType()Returns the enum constant of this class with the specified name.static ConceptMap.ConceptMapPropertyType[]ConceptMap.ConceptMapPropertyType.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 ConceptMap.ConceptMapPropertyTypeModifier and TypeMethodDescriptionConceptMap.ConceptMapPropertyTypeEnumFactory.fromType(PrimitiveType<?> code) ConceptMap.PropertyComponent.getTypeElement()Methods in org.hl7.fhir.r5.model with parameters of type ConceptMap.ConceptMapPropertyTypeModifier and TypeMethodDescriptionConceptMap.PropertyComponent.setType(ConceptMap.ConceptMapPropertyType value) ConceptMap.ConceptMapPropertyTypeEnumFactory.toCode(ConceptMap.ConceptMapPropertyType code) ConceptMap.ConceptMapPropertyTypeEnumFactory.toSystem(ConceptMap.ConceptMapPropertyType code) Method parameters in org.hl7.fhir.r5.model with type arguments of type ConceptMap.ConceptMapPropertyTypeModifier and TypeMethodDescriptionConceptMap.PropertyComponent.setTypeElement(Enumeration<ConceptMap.ConceptMapPropertyType> value) Constructors in org.hl7.fhir.r5.model with parameters of type ConceptMap.ConceptMapPropertyTypeModifierConstructorDescriptionPropertyComponent(String code, ConceptMap.ConceptMapPropertyType type) Constructor