Uses of Class
com.ibm.fhir.model.resource.StructureMap.Group.Rule.Target.Parameter
-
Packages that use StructureMap.Group.Rule.Target.Parameter Package Description com.ibm.fhir.model.resource -
-
Uses of StructureMap.Group.Rule.Target.Parameter in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return StructureMap.Group.Rule.Target.Parameter Modifier and Type Method Description StructureMap.Group.Rule.Target.Parameter
StructureMap.Group.Rule.Target.Parameter.Builder. build()
Build theStructureMap.Group.Rule.Target.Parameter
Methods in com.ibm.fhir.model.resource that return types with arguments of type StructureMap.Group.Rule.Target.Parameter Modifier and Type Method Description List<StructureMap.Group.Rule.Target.Parameter>
StructureMap.Group.Rule.Target. getParameter()
Parameters to the transform.Methods in com.ibm.fhir.model.resource with parameters of type StructureMap.Group.Rule.Target.Parameter Modifier and Type Method Description protected StructureMap.Group.Rule.Target.Parameter.Builder
StructureMap.Group.Rule.Target.Parameter.Builder. from(StructureMap.Group.Rule.Target.Parameter parameter)
StructureMap.Group.Rule.Target.Builder
StructureMap.Group.Rule.Target.Builder. parameter(StructureMap.Group.Rule.Target.Parameter... parameter)
Parameters to the transform.Method parameters in com.ibm.fhir.model.resource with type arguments of type StructureMap.Group.Rule.Target.Parameter Modifier and Type Method Description StructureMap.Group.Rule.Target.Builder
StructureMap.Group.Rule.Target.Builder. parameter(Collection<StructureMap.Group.Rule.Target.Parameter> parameter)
Parameters to the transform.
-