Uses of Class
org.hl7.fhir.dstu2016may.model.StructureMap.StructureMapGroupComponent
-
Packages that use StructureMap.StructureMapGroupComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of StructureMap.StructureMapGroupComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return StructureMap.StructureMapGroupComponent Modifier and Type Method Description protected StructureMap.StructureMapGroupComponentJsonParser. parseStructureMapStructureMapGroupComponent(com.google.gson.JsonObject json, StructureMap owner)protected StructureMap.StructureMapGroupComponentXmlParser. parseStructureMapStructureMapGroupComponent(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type StructureMap.StructureMapGroupComponent Modifier and Type Method Description protected voidJsonParser. composeStructureMapStructureMapGroupComponent(String name, StructureMap.StructureMapGroupComponent element)protected voidRdfParser. composeStructureMapStructureMapGroupComponent(RdfGenerator.Complex parent, String parentType, String name, StructureMap.StructureMapGroupComponent element, int index)protected voidXmlParser. composeStructureMapStructureMapGroupComponent(String name, StructureMap.StructureMapGroupComponent element)protected voidJsonParser. composeStructureMapStructureMapGroupComponentInner(StructureMap.StructureMapGroupComponent element) -
Uses of StructureMap.StructureMapGroupComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type StructureMap.StructureMapGroupComponent Modifier and Type Field Description protected List<StructureMap.StructureMapGroupComponent>StructureMap. groupNamed sections for reader convenience.Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type StructureMap.StructureMapGroupComponent Modifier and Type Method Description List<StructureMap.StructureMapGroupComponent>StructureMap. getGroup()Methods in org.hl7.fhir.dstu2016may.model with parameters of type StructureMap.StructureMapGroupComponent Modifier and Type Method Description StructureMapStructureMap. addGroup(StructureMap.StructureMapGroupComponent t)
-