Uses of Interface
com.ibm.fhir.path.FHIRPathNumberValue
-
Packages that use FHIRPathNumberValue Package Description com.ibm.fhir.path com.ibm.fhir.path.util -
-
Uses of FHIRPathNumberValue in com.ibm.fhir.path
Classes in com.ibm.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 com.ibm.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 com.ibm.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 com.ibm.fhir.path.util
Methods in com.ibm.fhir.path.util that return FHIRPathNumberValue Modifier and Type Method Description static FHIRPathNumberValue
FHIRPathUtil. getNumberValue(java.util.Collection<FHIRPathNode> nodes)
-