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 interfaceFHIRPathNumberValueAn interface that represents aFHIRPathSystemValuethat wraps a number valueinterfaceFHIRPathTemporalValueAFHIRPathSystemValuethat wraps a temporal valueClasses in com.ibm.fhir.path that implement FHIRPathSystemValue Modifier and Type Class Description classFHIRPathAbstractSystemValueAbstract base class for allFHIRPathSystemValueimplementationsclassFHIRPathAbstractTemporalValueclassFHIRPathBooleanValueAFHIRPathSystemValuenode that wraps aBooleanvalueclassFHIRPathDateTimeValueAFHIRPathTemporalValuenode that wraps aTemporalAccessordate/time valueclassFHIRPathDateValueA node that wraps aTemporalAccessordate valueclassFHIRPathDecimalValueAFHIRPathNumberValuenode that wraps aBigDecimalvalueclassFHIRPathIntegerValueAFHIRPathNumberValuenode that wraps anIntegervalueclassFHIRPathQuantityValueclassFHIRPathStringValueAFHIRPathSystemValuenode that wraps aStringvalueclassFHIRPathTimeValueAFHIRPathTemporalValuenode that wraps aLocalTimevalueFields in com.ibm.fhir.path declared as FHIRPathSystemValue Modifier and Type Field Description protected FHIRPathSystemValueFHIRPathAbstractNode.Builder. valueprotected FHIRPathSystemValueFHIRPathAbstractNode. valueMethods in com.ibm.fhir.path that return FHIRPathSystemValue Modifier and Type Method Description default FHIRPathSystemValueFHIRPathNode. asSystemValue()Cast this FHIRPathNode to aFHIRPathSystemValueabstract FHIRPathSystemValueFHIRPathAbstractSystemValue.Builder. build()FHIRPathSystemValueFHIRPathAbstractNode. getValue()FHIRPathSystemValueFHIRPathAbstractSystemValue. getValue()This method always returns nullFHIRPathSystemValueFHIRPathNode. getValue()The child system value of this FHIRPathNodeMethods in com.ibm.fhir.path with parameters of type FHIRPathSystemValue Modifier and Type Method Description FHIRPathAbstractNode.BuilderFHIRPathAbstractNode.Builder. value(FHIRPathSystemValue value)FHIRPathAbstractSystemValue.BuilderFHIRPathAbstractSystemValue.Builder. value(FHIRPathSystemValue value)This builder method is not supported - implementations will never have a child system valueFHIRPathElementNode.BuilderFHIRPathElementNode.Builder. value(FHIRPathSystemValue value)FHIRPathNode.BuilderFHIRPathNode.Builder. value(FHIRPathSystemValue value)The child system value of the FHIRPathNodeFHIRPathQuantityNode.BuilderFHIRPathQuantityNode.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 FHIRPathSystemValueFHIRPathUtil. getSystemValue(FHIRPathNode node)static FHIRPathSystemValueFHIRPathUtil. getSystemValue(Collection<FHIRPathNode> nodes)Methods in com.ibm.fhir.path.util with parameters of type FHIRPathSystemValue Modifier and Type Method Description static booleanFHIRPathUtil. isTypeCompatible(FHIRPathSystemValue leftValue, FHIRPathSystemValue rightValue)
-