Uses of Class
org.linuxforhealth.fhir.path.FHIRPathAbstractNode.Builder
-
Packages that use FHIRPathAbstractNode.Builder Package Description org.linuxforhealth.fhir.path -
-
Uses of FHIRPathAbstractNode.Builder in org.linuxforhealth.fhir.path
Subclasses of FHIRPathAbstractNode.Builder in org.linuxforhealth.fhir.path Modifier and Type Class Description static 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 FHIRPathAbstractNode.Builder Modifier and Type Method Description FHIRPathAbstractNode.BuilderFHIRPathAbstractNode.Builder. children(java.util.Collection<FHIRPathNode> children)FHIRPathAbstractNode.BuilderFHIRPathAbstractNode.Builder. children(FHIRPathNode... children)FHIRPathAbstractNode.BuilderFHIRPathAbstractNode.Builder. name(java.lang.String name)FHIRPathAbstractNode.BuilderFHIRPathAbstractNode.Builder. path(java.lang.String path)abstract FHIRPathAbstractNode.BuilderFHIRPathAbstractNode. toBuilder()Convert thisFHIRPathNodeinstance into aFHIRPathNode.BuilderinstanceFHIRPathAbstractNode.BuilderFHIRPathAbstractNode.Builder. value(FHIRPathSystemValue value)Constructors in org.linuxforhealth.fhir.path with parameters of type FHIRPathAbstractNode.Builder Constructor Description FHIRPathAbstractNode(FHIRPathAbstractNode.Builder builder)
-