Uses of Class
org.linuxforhealth.fhir.model.resource.StructureMap.Group.Rule
-
Packages that use StructureMap.Group.Rule Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of StructureMap.Group.Rule in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource that return types with arguments of type StructureMap.Group.Rule Modifier and Type Method Description java.util.List<StructureMap.Group.Rule>
StructureMap.Group. getRule()
Transform Rule from source to target.java.util.List<StructureMap.Group.Rule>
StructureMap.Group.Rule. getRule()
Rules contained in this rule.Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource with type arguments of type StructureMap.Group.Rule Modifier and Type Method Description StructureMap.Group.Builder
StructureMap.Group.Builder. rule(java.util.Collection<StructureMap.Group.Rule> rule)
Transform Rule from source to target.StructureMap.Group.Rule.Builder
StructureMap.Group.Rule.Builder. rule(java.util.Collection<StructureMap.Group.Rule> rule)
Rules contained in this rule.
-