Uses of Interface
org.linuxforhealth.fhir.path.FHIRPathSystemValue
-
Packages that use FHIRPathSystemValue Package Description org.linuxforhealth.fhir.path org.linuxforhealth.fhir.path.util -
-
Uses of FHIRPathSystemValue in org.linuxforhealth.fhir.path
Subinterfaces of FHIRPathSystemValue in org.linuxforhealth.fhir.path Modifier and Type Interface Description interface
FHIRPathNumberValue
An interface that represents aFHIRPathSystemValue
that wraps a number valueinterface
FHIRPathTemporalValue
AFHIRPathSystemValue
that wraps a temporal valueClasses in org.linuxforhealth.fhir.path that implement FHIRPathSystemValue Modifier and Type Class Description class
FHIRPathAbstractSystemValue
Abstract base class for allFHIRPathSystemValue
implementationsclass
FHIRPathAbstractTemporalValue
class
FHIRPathBooleanValue
AFHIRPathSystemValue
node that wraps aBoolean
valueclass
FHIRPathDateTimeValue
AFHIRPathTemporalValue
node that wraps aTemporalAccessor
date/time valueclass
FHIRPathDateValue
A node that wraps aTemporalAccessor
date valueclass
FHIRPathDecimalValue
AFHIRPathNumberValue
node that wraps aBigDecimal
valueclass
FHIRPathIntegerValue
AFHIRPathNumberValue
node that wraps anInteger
valueclass
FHIRPathQuantityValue
class
FHIRPathStringValue
AFHIRPathSystemValue
node that wraps aString
valueclass
FHIRPathTimeValue
AFHIRPathTemporalValue
node that wraps aLocalTime
valueFields in org.linuxforhealth.fhir.path declared as FHIRPathSystemValue Modifier and Type Field Description protected FHIRPathSystemValue
FHIRPathAbstractNode.Builder. value
protected FHIRPathSystemValue
FHIRPathAbstractNode. value
Methods in org.linuxforhealth.fhir.path that return FHIRPathSystemValue Modifier and Type Method Description default FHIRPathSystemValue
FHIRPathNode. asSystemValue()
Cast this FHIRPathNode to aFHIRPathSystemValue
abstract FHIRPathSystemValue
FHIRPathAbstractSystemValue.Builder. build()
FHIRPathSystemValue
FHIRPathAbstractNode. getValue()
FHIRPathSystemValue
FHIRPathNode. getValue()
The child system value of this FHIRPathNodedefault FHIRPathSystemValue
FHIRPathSystemValue. getValue()
Methods in org.linuxforhealth.fhir.path with parameters of type FHIRPathSystemValue Modifier and Type Method Description FHIRPathAbstractNode.Builder
FHIRPathAbstractNode.Builder. value(FHIRPathSystemValue value)
FHIRPathAbstractSystemValue.Builder
FHIRPathAbstractSystemValue.Builder. value(FHIRPathSystemValue value)
This builder method is not supported - implementations will never have a child system valueFHIRPathElementNode.Builder
FHIRPathElementNode.Builder. value(FHIRPathSystemValue value)
FHIRPathNode.Builder
FHIRPathNode.Builder. value(FHIRPathSystemValue value)
The child system value of the FHIRPathNodeFHIRPathQuantityNode.Builder
FHIRPathQuantityNode.Builder. value(FHIRPathSystemValue value)
-
Uses of FHIRPathSystemValue in org.linuxforhealth.fhir.path.util
Methods in org.linuxforhealth.fhir.path.util that return FHIRPathSystemValue Modifier and Type Method Description static FHIRPathSystemValue
FHIRPathUtil. getSystemValue(java.util.Collection<FHIRPathNode> nodes)
static FHIRPathSystemValue
FHIRPathUtil. getSystemValue(FHIRPathNode node)
Methods in org.linuxforhealth.fhir.path.util with parameters of type FHIRPathSystemValue Modifier and Type Method Description static boolean
FHIRPathUtil. isTypeCompatible(FHIRPathSystemValue leftValue, FHIRPathSystemValue rightValue)
-