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.StructureStructureMap.Structure.Builder. build()Build theStructureMap.StructureMethods in com.ibm.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 com.ibm.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 com.ibm.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.
-