Uses of Class
com.ibm.fhir.model.type.ElementDefinition
-
Packages that use ElementDefinition Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type com.ibm.fhir.model.visitor -
-
Uses of ElementDefinition in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return types with arguments of type ElementDefinition Modifier and Type Method Description List<ElementDefinition>StructureDefinition.Differential. getElement()Captures constraints on each element within the resource.List<ElementDefinition>StructureDefinition.Snapshot. getElement()Captures constraints on each element within the resource.Methods in com.ibm.fhir.model.resource with parameters of type ElementDefinition Modifier and Type Method Description StructureDefinition.Differential.BuilderStructureDefinition.Differential.Builder. element(ElementDefinition... element)Captures constraints on each element within the resource.StructureDefinition.Snapshot.BuilderStructureDefinition.Snapshot.Builder. element(ElementDefinition... element)Captures constraints on each element within the resource.Method parameters in com.ibm.fhir.model.resource with type arguments of type ElementDefinition Modifier and Type Method Description StructureDefinition.Differential.BuilderStructureDefinition.Differential.Builder. element(Collection<ElementDefinition> element)Captures constraints on each element within the resource.StructureDefinition.Snapshot.BuilderStructureDefinition.Snapshot.Builder. element(Collection<ElementDefinition> element)Captures constraints on each element within the resource. -
Uses of ElementDefinition in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return ElementDefinition Modifier and Type Method Description ElementDefinitionElementDefinition.Builder. build()Build theElementDefinitionMethods in com.ibm.fhir.model.type with parameters of type ElementDefinition Modifier and Type Method Description protected ElementDefinition.BuilderElementDefinition.Builder. from(ElementDefinition elementDefinition) -
Uses of ElementDefinition in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type ElementDefinition Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, ElementDefinition elementDefinition)Delegates to#visit(elementName, elementIndex, BackboneElement)booleanVisitor. visit(String elementName, int elementIndex, ElementDefinition elementDefinition)
-