Uses of Interface
com.ibm.fhir.path.FHIRPathNode.Builder
-
Packages that use FHIRPathNode.Builder Package Description com.ibm.fhir.path -
-
Uses of FHIRPathNode.Builder in com.ibm.fhir.path
Classes in com.ibm.fhir.path that implement FHIRPathNode.Builder Modifier and Type Class Description static classFHIRPathAbstractNode.Builderstatic classFHIRPathAbstractTemporalValue.Builderstatic classFHIRPathBooleanValue.Builderstatic classFHIRPathDateTimeValue.Builderstatic classFHIRPathDateValue.Builderstatic classFHIRPathDecimalValue.Builderstatic classFHIRPathElementNode.Builderstatic classFHIRPathIntegerValue.Builderstatic classFHIRPathQuantityNode.Builderstatic classFHIRPathQuantityValue.Builderstatic classFHIRPathResourceNode.Builderstatic classFHIRPathStringValue.Builderstatic classFHIRPathTimeValue.BuilderMethods in com.ibm.fhir.path that return FHIRPathNode.Builder Modifier and Type Method Description FHIRPathNode.BuilderFHIRPathNode.Builder. children(FHIRPathNode... children)Child nodes of the FHIRPathNodeFHIRPathNode.BuilderFHIRPathNode.Builder. children(Collection<FHIRPathNode> children)Child nodes of the FHIRPathNodeFHIRPathNode.BuilderFHIRPathNode.Builder. name(String name)The name of the FHIRPathNodeFHIRPathNode.BuilderFHIRPathNode.Builder. path(String path)The path of the FHIRPathNodeFHIRPathNode.BuilderFHIRPathNode.Builder. value(FHIRPathSystemValue value)The primitive value of the FHIRPathNode
-