
Uses of Class
org.hl7.fhir.r5.model.StructureMap.StructureMapConstComponent
Packages that use StructureMap.StructureMapConstComponent
-
Uses of StructureMap.StructureMapConstComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return StructureMap.StructureMapConstComponentModifier and TypeMethodDescriptionprotected StructureMap.StructureMapConstComponentJsonParser.parseStructureMapConstComponent(com.google.gson.JsonObject json) protected StructureMap.StructureMapConstComponentXmlParser.parseStructureMapConstComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type StructureMap.StructureMapConstComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeStructureMapConstComponent(String name, StructureMap.StructureMapConstComponent element) protected voidRdfParser.composeStructureMapConstComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, StructureMap.StructureMapConstComponent element, int index) protected voidXmlParser.composeStructureMapConstComponent(String name, StructureMap.StructureMapConstComponent element) protected voidXmlParser.composeStructureMapConstComponentElements(StructureMap.StructureMapConstComponent element) protected voidJsonParser.composeStructureMapConstComponentProperties(StructureMap.StructureMapConstComponent element) protected booleanXmlParser.parseStructureMapConstComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap.StructureMapConstComponent res) protected voidJsonParser.parseStructureMapConstComponentProperties(com.google.gson.JsonObject json, StructureMap.StructureMapConstComponent res) -
Uses of StructureMap.StructureMapConstComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type StructureMap.StructureMapConstComponentModifier and TypeFieldDescriptionprotected List<StructureMap.StructureMapConstComponent> StructureMap.const_Definition of a constant value used in the map rules.Methods in org.hl7.fhir.r5.model that return StructureMap.StructureMapConstComponentModifier and TypeMethodDescriptionStructureMap.addConst()StructureMap.StructureMapConstComponent.copy()StructureMap.getConstFirstRep()StructureMap.StructureMapConstComponent.setNameElement(IdType value) StructureMap.StructureMapConstComponent.setValueElement(StringType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type StructureMap.StructureMapConstComponentMethods in org.hl7.fhir.r5.model with parameters of type StructureMap.StructureMapConstComponentModifier and TypeMethodDescriptionStructureMap.addConst(StructureMap.StructureMapConstComponent t) voidStructureMap.StructureMapConstComponent.copyValues(StructureMap.StructureMapConstComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type StructureMap.StructureMapConstComponentModifier and TypeMethodDescriptionStructureMap.setConst(List<StructureMap.StructureMapConstComponent> theConst)