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 class
FHIRPathAbstractNode.Builder
static class
FHIRPathAbstractSystemValue.Builder
static class
FHIRPathAbstractTemporalValue.Builder
static class
FHIRPathBooleanValue.Builder
static class
FHIRPathDateTimeValue.Builder
static class
FHIRPathDateValue.Builder
static class
FHIRPathDecimalValue.Builder
static class
FHIRPathElementNode.Builder
static class
FHIRPathIntegerValue.Builder
static class
FHIRPathQuantityNode.Builder
static class
FHIRPathQuantityValue.Builder
static class
FHIRPathResourceNode.Builder
static class
FHIRPathStringValue.Builder
static class
FHIRPathTimeValue.Builder
Methods in org.linuxforhealth.fhir.path that return FHIRPathNode.Builder Modifier and Type Method Description FHIRPathNode.Builder
FHIRPathNode.Builder. children(java.util.Collection<FHIRPathNode> children)
Child nodes of the FHIRPathNodeFHIRPathNode.Builder
FHIRPathNode.Builder. children(FHIRPathNode... children)
Child nodes of the FHIRPathNodeFHIRPathNode.Builder
FHIRPathNode.Builder. name(java.lang.String name)
The name of the FHIRPathNodeFHIRPathNode.Builder
FHIRPathNode.Builder. path(java.lang.String path)
The path of the FHIRPathNodeFHIRPathNode.Builder
FHIRPathNode.Builder. value(FHIRPathSystemValue value)
The child system value of the FHIRPathNode
-