Uses of Class
org.hl7.fhir.r4.model.StructureMap.StructureMapGroupInputComponent
-
Packages that use StructureMap.StructureMapGroupInputComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of StructureMap.StructureMapGroupInputComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return StructureMap.StructureMapGroupInputComponent Modifier and Type Method Description protected StructureMap.StructureMapGroupInputComponentJsonParser. parseStructureMapStructureMapGroupInputComponent(com.google.gson.JsonObject json, StructureMap owner)protected StructureMap.StructureMapGroupInputComponentXmlParser. parseStructureMapStructureMapGroupInputComponent(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner) -
Uses of StructureMap.StructureMapGroupInputComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type StructureMap.StructureMapGroupInputComponent Modifier and Type Field Description protected List<StructureMap.StructureMapGroupInputComponent>StructureMap.StructureMapGroupComponent. inputA name assigned to an instance of data.Methods in org.hl7.fhir.r4.model that return types with arguments of type StructureMap.StructureMapGroupInputComponent Modifier and Type Method Description List<StructureMap.StructureMapGroupInputComponent>StructureMap.StructureMapGroupComponent. getInput()Methods in org.hl7.fhir.r4.model with parameters of type StructureMap.StructureMapGroupInputComponent Modifier and Type Method Description StructureMap.StructureMapGroupComponentStructureMap.StructureMapGroupComponent. addInput(StructureMap.StructureMapGroupInputComponent t)voidStructureMap.StructureMapGroupInputComponent. copyValues(StructureMap.StructureMapGroupInputComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type StructureMap.StructureMapGroupInputComponent Modifier and Type Method Description StructureMap.StructureMapGroupComponentStructureMap.StructureMapGroupComponent. setInput(List<StructureMap.StructureMapGroupInputComponent> theInput)
-