Uses of Interface
org.linuxforhealth.fhir.path.FHIRPathNumberValue
-
Packages that use FHIRPathNumberValue Package Description org.linuxforhealth.fhir.path org.linuxforhealth.fhir.path.util -
-
Uses of FHIRPathNumberValue in org.linuxforhealth.fhir.path
Classes in org.linuxforhealth.fhir.path that implement FHIRPathNumberValue Modifier and Type Class Description class
FHIRPathDecimalValue
AFHIRPathNumberValue
node that wraps aBigDecimal
valueclass
FHIRPathIntegerValue
AFHIRPathNumberValue
node that wraps anInteger
valueMethods in org.linuxforhealth.fhir.path that return FHIRPathNumberValue Modifier and Type Method Description FHIRPathNumberValue
FHIRPathDecimalValue. add(FHIRPathNumberValue value)
FHIRPathNumberValue
FHIRPathIntegerValue. add(FHIRPathNumberValue value)
FHIRPathNumberValue
FHIRPathNumberValue. add(FHIRPathNumberValue value)
Add this FHIRPathNumberValue to another FHIRPathNumber valuedefault FHIRPathNumberValue
FHIRPathSystemValue. asNumberValue()
Cast this FHIRPathSystemValue to aFHIRPathNumberValue
FHIRPathNumberValue
FHIRPathDecimalValue. div(FHIRPathNumberValue value)
FHIRPathNumberValue
FHIRPathIntegerValue. div(FHIRPathNumberValue value)
FHIRPathNumberValue
FHIRPathNumberValue. div(FHIRPathNumberValue value)
Divide this FHIRPathNumberValue by another FHIRPathNumberValue and convert the result to an integerFHIRPathNumberValue
FHIRPathDecimalValue. divide(FHIRPathNumberValue value)
FHIRPathNumberValue
FHIRPathIntegerValue. divide(FHIRPathNumberValue value)
FHIRPathNumberValue
FHIRPathNumberValue. divide(FHIRPathNumberValue value)
Divide this FHIRPathNumberValue by another FHIRPathNumberValueFHIRPathNumberValue
FHIRPathDecimalValue. mod(FHIRPathNumberValue value)
FHIRPathNumberValue
FHIRPathIntegerValue. mod(FHIRPathNumberValue value)
FHIRPathNumberValue
FHIRPathNumberValue. mod(FHIRPathNumberValue value)
Compute the remainder resulting from the integer division of this FHIRPathNumberValue by another FHIRPathNumberValueFHIRPathNumberValue
FHIRPathDecimalValue. multiply(FHIRPathNumberValue value)
FHIRPathNumberValue
FHIRPathIntegerValue. multiply(FHIRPathNumberValue value)
FHIRPathNumberValue
FHIRPathNumberValue. multiply(FHIRPathNumberValue value)
Multiply this FHIRPathNumberValue by another FHIRPathNumberValueFHIRPathNumberValue
FHIRPathDecimalValue. negate()
FHIRPathNumberValue
FHIRPathIntegerValue. negate()
FHIRPathNumberValue
FHIRPathNumberValue. negate()
Negate this FHIRPathNumberValueFHIRPathNumberValue
FHIRPathDecimalValue. plus()
FHIRPathNumberValue
FHIRPathIntegerValue. plus()
FHIRPathNumberValue
FHIRPathNumberValue. plus()
The inverse of negate (for symmetry)FHIRPathNumberValue
FHIRPathDecimalValue. subtract(FHIRPathNumberValue value)
FHIRPathNumberValue
FHIRPathIntegerValue. subtract(FHIRPathNumberValue value)
FHIRPathNumberValue
FHIRPathNumberValue. subtract(FHIRPathNumberValue value)
Subtract another FHIRPathNumberValue from this FHIRPathNumberValueMethods in org.linuxforhealth.fhir.path with parameters of type FHIRPathNumberValue Modifier and Type Method Description FHIRPathNumberValue
FHIRPathDecimalValue. add(FHIRPathNumberValue value)
FHIRPathNumberValue
FHIRPathIntegerValue. add(FHIRPathNumberValue value)
FHIRPathNumberValue
FHIRPathNumberValue. add(FHIRPathNumberValue value)
Add this FHIRPathNumberValue to another FHIRPathNumber valueFHIRPathNumberValue
FHIRPathDecimalValue. div(FHIRPathNumberValue value)
FHIRPathNumberValue
FHIRPathIntegerValue. div(FHIRPathNumberValue value)
FHIRPathNumberValue
FHIRPathNumberValue. div(FHIRPathNumberValue value)
Divide this FHIRPathNumberValue by another FHIRPathNumberValue and convert the result to an integerFHIRPathNumberValue
FHIRPathDecimalValue. divide(FHIRPathNumberValue value)
FHIRPathNumberValue
FHIRPathIntegerValue. divide(FHIRPathNumberValue value)
FHIRPathNumberValue
FHIRPathNumberValue. divide(FHIRPathNumberValue value)
Divide this FHIRPathNumberValue by another FHIRPathNumberValueFHIRPathNumberValue
FHIRPathDecimalValue. mod(FHIRPathNumberValue value)
FHIRPathNumberValue
FHIRPathIntegerValue. mod(FHIRPathNumberValue value)
FHIRPathNumberValue
FHIRPathNumberValue. mod(FHIRPathNumberValue value)
Compute the remainder resulting from the integer division of this FHIRPathNumberValue by another FHIRPathNumberValueFHIRPathNumberValue
FHIRPathDecimalValue. multiply(FHIRPathNumberValue value)
FHIRPathNumberValue
FHIRPathIntegerValue. multiply(FHIRPathNumberValue value)
FHIRPathNumberValue
FHIRPathNumberValue. multiply(FHIRPathNumberValue value)
Multiply this FHIRPathNumberValue by another FHIRPathNumberValueFHIRPathNumberValue
FHIRPathDecimalValue. subtract(FHIRPathNumberValue value)
FHIRPathNumberValue
FHIRPathIntegerValue. subtract(FHIRPathNumberValue value)
FHIRPathNumberValue
FHIRPathNumberValue. subtract(FHIRPathNumberValue value)
Subtract another FHIRPathNumberValue from this FHIRPathNumberValue -
Uses of FHIRPathNumberValue in org.linuxforhealth.fhir.path.util
Methods in org.linuxforhealth.fhir.path.util that return FHIRPathNumberValue Modifier and Type Method Description static FHIRPathNumberValue
FHIRPathUtil. getNumberValue(java.util.Collection<FHIRPathNode> nodes)
-