Uses of Class
com.ibm.fhir.model.resource.StructureMap.Group.Rule.Target
-
Packages that use StructureMap.Group.Rule.Target Package Description com.ibm.fhir.model.resource -
-
Uses of StructureMap.Group.Rule.Target in com.ibm.fhir.model.resource
Methods in com.ibm.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 com.ibm.fhir.model.resource that return types with arguments of type StructureMap.Group.Rule.Target Modifier and Type Method Description List<StructureMap.Group.Rule.Target>
StructureMap.Group.Rule. getTarget()
Content to create because of this mapping rule.Methods in com.ibm.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 com.ibm.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(Collection<StructureMap.Group.Rule.Target> target)
Content to create because of this mapping rule.
-