Uses of Interface
com.ibm.fhir.path.FHIRPathSystemValue
-
Packages that use FHIRPathSystemValue Package Description com.ibm.fhir.path com.ibm.fhir.path.util -
-
Uses of FHIRPathSystemValue in com.ibm.fhir.path
Subinterfaces of FHIRPathSystemValue in com.ibm.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 com.ibm.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 com.ibm.fhir.path declared as FHIRPathSystemValue Modifier and Type Field Description protected FHIRPathSystemValue
FHIRPathAbstractNode.Builder. value
protected FHIRPathSystemValue
FHIRPathAbstractNode. value
Methods in com.ibm.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
FHIRPathAbstractSystemValue. getValue()
This method always returns nullFHIRPathSystemValue
FHIRPathNode. getValue()
The child system value of this FHIRPathNodeMethods in com.ibm.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 com.ibm.fhir.path.util
Methods in com.ibm.fhir.path.util that return FHIRPathSystemValue Modifier and Type Method Description static FHIRPathSystemValue
FHIRPathUtil. getSystemValue(FHIRPathNode node)
static FHIRPathSystemValue
FHIRPathUtil. getSystemValue(java.util.Collection<FHIRPathNode> nodes)
Methods in com.ibm.fhir.path.util with parameters of type FHIRPathSystemValue Modifier and Type Method Description static boolean
FHIRPathUtil. isTypeCompatible(FHIRPathSystemValue leftValue, FHIRPathSystemValue rightValue)
-