Uses of Class
com.ibm.fhir.model.resource.StructureMap.Structure
-
Packages that use StructureMap.Structure Package Description com.ibm.fhir.model.resource -
-
Uses of StructureMap.Structure in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return StructureMap.Structure Modifier and Type Method Description StructureMap.Structure
StructureMap.Structure.Builder. build()
Build theStructureMap.Structure
Methods in com.ibm.fhir.model.resource that return types with arguments of type StructureMap.Structure Modifier and Type Method Description List<StructureMap.Structure>
StructureMap. getStructure()
A structure definition used by this map.Methods in com.ibm.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 com.ibm.fhir.model.resource with type arguments of type StructureMap.Structure Modifier and Type Method Description StructureMap.Builder
StructureMap.Builder. structure(Collection<StructureMap.Structure> structure)
A structure definition used by this map.
-