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.Structure
StructureMap.Structure.Builder. build()
Build theStructureMap.Structure
Methods 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.Builder
StructureMap.Structure.Builder. from(StructureMap.Structure structure)
StructureMap.Builder
StructureMap.Builder. structure(StructureMap.Structure... structure)
A structure definition used by this map.protected void
StructureMap.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.Builder
StructureMap.Builder. structure(java.util.Collection<StructureMap.Structure> structure)
A structure definition used by this map.
-