Uses of Class
org.hl7.fhir.dstu2016may.model.StructureMap.StructureMapGroupInputComponent
-
Packages that use StructureMap.StructureMapGroupInputComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of StructureMap.StructureMapGroupInputComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.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)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type StructureMap.StructureMapGroupInputComponent Modifier and Type Method Description protected voidJsonParser. composeStructureMapStructureMapGroupInputComponent(String name, StructureMap.StructureMapGroupInputComponent element)protected voidRdfParser. composeStructureMapStructureMapGroupInputComponent(RdfGenerator.Complex parent, String parentType, String name, StructureMap.StructureMapGroupInputComponent element, int index)protected voidXmlParser. composeStructureMapStructureMapGroupInputComponent(String name, StructureMap.StructureMapGroupInputComponent element)protected voidJsonParser. composeStructureMapStructureMapGroupInputComponentInner(StructureMap.StructureMapGroupInputComponent element) -
Uses of StructureMap.StructureMapGroupInputComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.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.dstu2016may.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.dstu2016may.model with parameters of type StructureMap.StructureMapGroupInputComponent Modifier and Type Method Description StructureMap.StructureMapGroupComponentStructureMap.StructureMapGroupComponent. addInput(StructureMap.StructureMapGroupInputComponent t)
-