Uses of Class
com.ibm.fhir.model.resource.StructureMap.Group.Rule
-
Packages that use StructureMap.Group.Rule Package Description com.ibm.fhir.model.resource -
-
Uses of StructureMap.Group.Rule in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return StructureMap.Group.Rule Modifier and Type Method Description StructureMap.Group.RuleStructureMap.Group.Rule.Builder. build()Build theStructureMap.Group.RuleMethods in com.ibm.fhir.model.resource that return types with arguments of type StructureMap.Group.Rule Modifier and Type Method Description List<StructureMap.Group.Rule>StructureMap.Group. getRule()Transform Rule from source to target.List<StructureMap.Group.Rule>StructureMap.Group.Rule. getRule()Rules contained in this rule.Methods in com.ibm.fhir.model.resource with parameters of type StructureMap.Group.Rule Modifier and Type Method Description protected StructureMap.Group.Rule.BuilderStructureMap.Group.Rule.Builder. from(StructureMap.Group.Rule rule)StructureMap.Group.BuilderStructureMap.Group.Builder. rule(StructureMap.Group.Rule... rule)Transform Rule from source to target.StructureMap.Group.Rule.BuilderStructureMap.Group.Rule.Builder. rule(StructureMap.Group.Rule... rule)Rules contained in this rule.Method parameters in com.ibm.fhir.model.resource with type arguments of type StructureMap.Group.Rule Modifier and Type Method Description StructureMap.Group.BuilderStructureMap.Group.Builder. rule(Collection<StructureMap.Group.Rule> rule)Transform Rule from source to target.StructureMap.Group.Rule.BuilderStructureMap.Group.Rule.Builder. rule(Collection<StructureMap.Group.Rule> rule)Rules contained in this rule.
-