Uses of Class
org.hl7.fhir.r4b.model.StructureMap.StructureMapGroupInputComponent
-
Packages that use StructureMap.StructureMapGroupInputComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of StructureMap.StructureMapGroupInputComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return StructureMap.StructureMapGroupInputComponent Modifier and Type Method Description protected StructureMap.StructureMapGroupInputComponentJsonParser. parseStructureMapGroupInputComponent(com.google.gson.JsonObject json)protected StructureMap.StructureMapGroupInputComponentXmlParser. parseStructureMapGroupInputComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of StructureMap.StructureMapGroupInputComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.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.r4b.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.r4b.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.r4b.model with type arguments of type StructureMap.StructureMapGroupInputComponent Modifier and Type Method Description StructureMap.StructureMapGroupComponentStructureMap.StructureMapGroupComponent. setInput(List<StructureMap.StructureMapGroupInputComponent> theInput)Constructors in org.hl7.fhir.r4b.model with parameters of type StructureMap.StructureMapGroupInputComponent Constructor Description StructureMapGroupComponent(String name, StructureMap.StructureMapGroupTypeMode typeMode, StructureMap.StructureMapGroupInputComponent input, StructureMap.StructureMapGroupRuleComponent rule)Constructor
-