Uses of Class
org.linuxforhealth.fhir.model.resource.StructureMap.Group.Rule.Target
-
Packages that use StructureMap.Group.Rule.Target Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of StructureMap.Group.Rule.Target in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return StructureMap.Group.Rule.Target Modifier and Type Method Description StructureMap.Group.Rule.Target
StructureMap.Group.Rule.Target.Builder. build()
Build theStructureMap.Group.Rule.Target
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type StructureMap.Group.Rule.Target Modifier and Type Method Description java.util.List<StructureMap.Group.Rule.Target>
StructureMap.Group.Rule. getTarget()
Content to create because of this mapping rule.Methods in org.linuxforhealth.fhir.model.resource with parameters of type StructureMap.Group.Rule.Target Modifier and Type Method Description protected StructureMap.Group.Rule.Target.Builder
StructureMap.Group.Rule.Target.Builder. from(StructureMap.Group.Rule.Target target)
StructureMap.Group.Rule.Builder
StructureMap.Group.Rule.Builder. target(StructureMap.Group.Rule.Target... target)
Content to create because of this mapping rule.protected void
StructureMap.Group.Rule.Target.Builder. validate(StructureMap.Group.Rule.Target target)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type StructureMap.Group.Rule.Target Modifier and Type Method Description StructureMap.Group.Rule.Builder
StructureMap.Group.Rule.Builder. target(java.util.Collection<StructureMap.Group.Rule.Target> target)
Content to create because of this mapping rule.
-