Uses of Class
org.hl7.fhir.r5.model.StructureMap.StructureMapConstComponent
-
Uses of StructureMap.StructureMapConstComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected StructureMap.StructureMapConstComponent
JsonParser.parseStructureMapConstComponent
(com.google.gson.JsonObject json) protected StructureMap.StructureMapConstComponent
XmlParser.parseStructureMapConstComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeStructureMapConstComponent
(String name, StructureMap.StructureMapConstComponent element) protected void
RdfParser.composeStructureMapConstComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, StructureMap.StructureMapConstComponent element, int index) protected void
XmlParser.composeStructureMapConstComponent
(String name, StructureMap.StructureMapConstComponent element) protected void
XmlParser.composeStructureMapConstComponentElements
(StructureMap.StructureMapConstComponent element) protected void
JsonParser.composeStructureMapConstComponentProperties
(StructureMap.StructureMapConstComponent element) protected boolean
XmlParser.parseStructureMapConstComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap.StructureMapConstComponent res) protected void
JsonParser.parseStructureMapConstComponentProperties
(com.google.gson.JsonObject json, StructureMap.StructureMapConstComponent res) -
Uses of StructureMap.StructureMapConstComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<StructureMap.StructureMapConstComponent> StructureMap.const_
Definition of a constant value used in the map rules.Modifier and TypeMethodDescriptionStructureMap.addConst()
StructureMap.StructureMapConstComponent.copy()
StructureMap.getConstFirstRep()
StructureMap.StructureMapConstComponent.setNameElement
(IdType value) StructureMap.StructureMapConstComponent.setValueElement
(StringType value) Modifier and TypeMethodDescriptionStructureMap.addConst
(StructureMap.StructureMapConstComponent t) void
StructureMap.StructureMapConstComponent.copyValues
(StructureMap.StructureMapConstComponent dst) Modifier and TypeMethodDescriptionStructureMap.setConst
(List<StructureMap.StructureMapConstComponent> theConst)