Uses of Class
com.ibm.fhir.model.type.ElementDefinition.Example
-
Packages that use ElementDefinition.Example Package Description com.ibm.fhir.model.type -
-
Uses of ElementDefinition.Example in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return ElementDefinition.Example Modifier and Type Method Description ElementDefinition.ExampleElementDefinition.Example.Builder. build()Build theElementDefinition.ExampleMethods in com.ibm.fhir.model.type that return types with arguments of type ElementDefinition.Example Modifier and Type Method Description List<ElementDefinition.Example>ElementDefinition. getExample()A sample value for this element demonstrating the type of information that would typically be found in the element.Methods in com.ibm.fhir.model.type with parameters of type ElementDefinition.Example Modifier and Type Method Description ElementDefinition.BuilderElementDefinition.Builder. example(ElementDefinition.Example... example)A sample value for this element demonstrating the type of information that would typically be found in the element.protected ElementDefinition.Example.BuilderElementDefinition.Example.Builder. from(ElementDefinition.Example example)Method parameters in com.ibm.fhir.model.type with type arguments of type ElementDefinition.Example Modifier and Type Method Description ElementDefinition.BuilderElementDefinition.Builder. example(Collection<ElementDefinition.Example> example)A sample value for this element demonstrating the type of information that would typically be found in the element.
-