Uses of Interface
org.linuxforhealth.fhir.path.FHIRPathNode.Builder
-
Packages that use FHIRPathNode.Builder Package Description org.linuxforhealth.fhir.path -
-
Uses of FHIRPathNode.Builder in org.linuxforhealth.fhir.path
Classes in org.linuxforhealth.fhir.path that implement FHIRPathNode.Builder Modifier and Type Class Description static classFHIRPathAbstractNode.Builderstatic classFHIRPathAbstractSystemValue.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 org.linuxforhealth.fhir.path that return FHIRPathNode.Builder Modifier and Type Method Description FHIRPathNode.BuilderFHIRPathNode.Builder. children(java.util.Collection<FHIRPathNode> children)Child nodes of the FHIRPathNodeFHIRPathNode.BuilderFHIRPathNode.Builder. children(FHIRPathNode... children)Child nodes of the FHIRPathNodeFHIRPathNode.BuilderFHIRPathNode.Builder. name(java.lang.String name)The name of the FHIRPathNodeFHIRPathNode.BuilderFHIRPathNode.Builder. path(java.lang.String path)The path of the FHIRPathNodeFHIRPathNode.BuilderFHIRPathNode.Builder. value(FHIRPathSystemValue value)The child system value of the FHIRPathNode
-