Uses of Class
com.ibm.fhir.model.resource.StructureMap.Group.Input
-
Packages that use StructureMap.Group.Input Package Description com.ibm.fhir.model.resource -
-
Uses of StructureMap.Group.Input in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return StructureMap.Group.Input Modifier and Type Method Description StructureMap.Group.Input
StructureMap.Group.Input.Builder. build()
Build theStructureMap.Group.Input
Methods in com.ibm.fhir.model.resource that return types with arguments of type StructureMap.Group.Input Modifier and Type Method Description List<StructureMap.Group.Input>
StructureMap.Group. getInput()
A name assigned to an instance of data.Methods in com.ibm.fhir.model.resource with parameters of type StructureMap.Group.Input Modifier and Type Method Description protected StructureMap.Group.Input.Builder
StructureMap.Group.Input.Builder. from(StructureMap.Group.Input input)
StructureMap.Group.Builder
StructureMap.Group.Builder. input(StructureMap.Group.Input... input)
A name assigned to an instance of data.protected void
StructureMap.Group.Input.Builder. validate(StructureMap.Group.Input input)
Method parameters in com.ibm.fhir.model.resource with type arguments of type StructureMap.Group.Input Modifier and Type Method Description StructureMap.Group.Builder
StructureMap.Group.Builder. input(Collection<StructureMap.Group.Input> input)
A name assigned to an instance of data.
-