Uses of Class
org.linuxforhealth.fhir.model.resource.StructureMap.Structure
- 
Packages that use StructureMap.Structure Package Description org.linuxforhealth.fhir.model.resource  - 
- 
Uses of StructureMap.Structure in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return StructureMap.Structure Modifier and Type Method Description StructureMap.StructureStructureMap.Structure.Builder. build()Build theStructureMap.StructureMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type StructureMap.Structure Modifier and Type Method Description java.util.List<StructureMap.Structure>StructureMap. getStructure()A structure definition used by this map.Methods in org.linuxforhealth.fhir.model.resource with parameters of type StructureMap.Structure Modifier and Type Method Description protected StructureMap.Structure.BuilderStructureMap.Structure.Builder. from(StructureMap.Structure structure)StructureMap.BuilderStructureMap.Builder. structure(StructureMap.Structure... structure)A structure definition used by this map.protected voidStructureMap.Structure.Builder. validate(StructureMap.Structure structure)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type StructureMap.Structure Modifier and Type Method Description StructureMap.BuilderStructureMap.Builder. structure(java.util.Collection<StructureMap.Structure> structure)A structure definition used by this map. 
 -