Uses of Class
org.linuxforhealth.fhir.model.resource.StructureMap.Group.Rule.Source
-
Packages that use StructureMap.Group.Rule.Source Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of StructureMap.Group.Rule.Source in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return StructureMap.Group.Rule.Source Modifier and Type Method Description StructureMap.Group.Rule.Source
StructureMap.Group.Rule.Source.Builder. build()
Build theStructureMap.Group.Rule.Source
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type StructureMap.Group.Rule.Source Modifier and Type Method Description java.util.List<StructureMap.Group.Rule.Source>
StructureMap.Group.Rule. getSource()
Source inputs to the mapping.Methods in org.linuxforhealth.fhir.model.resource with parameters of type StructureMap.Group.Rule.Source Modifier and Type Method Description protected StructureMap.Group.Rule.Source.Builder
StructureMap.Group.Rule.Source.Builder. from(StructureMap.Group.Rule.Source source)
StructureMap.Group.Rule.Builder
StructureMap.Group.Rule.Builder. source(StructureMap.Group.Rule.Source... source)
Source inputs to the mapping.protected void
StructureMap.Group.Rule.Source.Builder. validate(StructureMap.Group.Rule.Source source)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type StructureMap.Group.Rule.Source Modifier and Type Method Description StructureMap.Group.Rule.Builder
StructureMap.Group.Rule.Builder. source(java.util.Collection<StructureMap.Group.Rule.Source> source)
Source inputs to the mapping.
-