Uses of Class
com.ibm.fhir.model.type.ElementDefinition.Type
-
Packages that use ElementDefinition.Type Package Description com.ibm.fhir.model.type -
-
Uses of ElementDefinition.Type in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return ElementDefinition.Type Modifier and Type Method Description ElementDefinition.TypeElementDefinition.Type.Builder. build()Build theElementDefinition.TypeMethods in com.ibm.fhir.model.type that return types with arguments of type ElementDefinition.Type Modifier and Type Method Description List<ElementDefinition.Type>ElementDefinition. getType()The data type or resource that the value of this element is permitted to be.Methods in com.ibm.fhir.model.type with parameters of type ElementDefinition.Type Modifier and Type Method Description protected ElementDefinition.Type.BuilderElementDefinition.Type.Builder. from(ElementDefinition.Type type)ElementDefinition.BuilderElementDefinition.Builder. type(ElementDefinition.Type... type)The data type or resource that the value of this element is permitted to be.Method parameters in com.ibm.fhir.model.type with type arguments of type ElementDefinition.Type Modifier and Type Method Description ElementDefinition.BuilderElementDefinition.Builder. type(Collection<ElementDefinition.Type> type)The data type or resource that the value of this element is permitted to be.
-