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.Rule
StructureMap.Group.Rule.Builder. build()
Build theStructureMap.Group.Rule
Methods 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.Builder
StructureMap.Group.Rule.Builder. from(StructureMap.Group.Rule rule)
StructureMap.Group.Builder
StructureMap.Group.Builder. rule(StructureMap.Group.Rule... rule)
Transform Rule from source to target.StructureMap.Group.Rule.Builder
StructureMap.Group.Rule.Builder. rule(StructureMap.Group.Rule... rule)
Rules contained in this rule.protected void
StructureMap.Group.Rule.Builder. validate(StructureMap.Group.Rule rule)
Method parameters in com.ibm.fhir.model.resource with type arguments of type StructureMap.Group.Rule Modifier and Type Method Description StructureMap.Group.Builder
StructureMap.Group.Builder. rule(Collection<StructureMap.Group.Rule> rule)
Transform Rule from source to target.StructureMap.Group.Rule.Builder
StructureMap.Group.Rule.Builder. rule(Collection<StructureMap.Group.Rule> rule)
Rules contained in this rule.
-