Uses of Class
org.hl7.fhir.dstu2016may.model.StructureMap.StructureMapGroupRuleComponent
-
Packages that use StructureMap.StructureMapGroupRuleComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of StructureMap.StructureMapGroupRuleComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return StructureMap.StructureMapGroupRuleComponent Modifier and Type Method Description protected StructureMap.StructureMapGroupRuleComponentJsonParser. parseStructureMapStructureMapGroupRuleComponent(com.google.gson.JsonObject json, StructureMap owner)protected StructureMap.StructureMapGroupRuleComponentXmlParser. parseStructureMapStructureMapGroupRuleComponent(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type StructureMap.StructureMapGroupRuleComponent Modifier and Type Method Description protected voidJsonParser. composeStructureMapStructureMapGroupRuleComponent(String name, StructureMap.StructureMapGroupRuleComponent element)protected voidRdfParser. composeStructureMapStructureMapGroupRuleComponent(RdfGenerator.Complex parent, String parentType, String name, StructureMap.StructureMapGroupRuleComponent element, int index)protected voidXmlParser. composeStructureMapStructureMapGroupRuleComponent(String name, StructureMap.StructureMapGroupRuleComponent element)protected voidJsonParser. composeStructureMapStructureMapGroupRuleComponentInner(StructureMap.StructureMapGroupRuleComponent element) -
Uses of StructureMap.StructureMapGroupRuleComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type StructureMap.StructureMapGroupRuleComponent Modifier and Type Field Description protected List<StructureMap.StructureMapGroupRuleComponent>StructureMap.StructureMapGroupComponent. ruleTransform Rule from source to target.protected List<StructureMap.StructureMapGroupRuleComponent>StructureMap.StructureMapGroupRuleComponent. ruleRules contained in this rule.Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type StructureMap.StructureMapGroupRuleComponent Modifier and Type Method Description List<StructureMap.StructureMapGroupRuleComponent>StructureMap.StructureMapGroupComponent. getRule()List<StructureMap.StructureMapGroupRuleComponent>StructureMap.StructureMapGroupRuleComponent. getRule()Methods in org.hl7.fhir.dstu2016may.model with parameters of type StructureMap.StructureMapGroupRuleComponent Modifier and Type Method Description StructureMap.StructureMapGroupComponentStructureMap.StructureMapGroupComponent. addRule(StructureMap.StructureMapGroupRuleComponent t)StructureMap.StructureMapGroupRuleComponentStructureMap.StructureMapGroupRuleComponent. addRule(StructureMap.StructureMapGroupRuleComponent t)
-