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 classFHIRPathDecimalValueAFHIRPathNumberValuenode that wraps aBigDecimalvalueclassFHIRPathIntegerValueAFHIRPathNumberValuenode that wraps anIntegervalueMethods in com.ibm.fhir.path that return FHIRPathNumberValue Modifier and Type Method Description FHIRPathNumberValueFHIRPathDecimalValue. add(FHIRPathNumberValue value)FHIRPathNumberValueFHIRPathIntegerValue. add(FHIRPathNumberValue value)FHIRPathNumberValueFHIRPathNumberValue. add(FHIRPathNumberValue value)Add this FHIRPathNumberValue to another FHIRPathNumber valuedefault FHIRPathNumberValueFHIRPathSystemValue. asNumberValue()Cast this FHIRPathSystemValue to aFHIRPathNumberValueFHIRPathNumberValueFHIRPathDecimalValue. div(FHIRPathNumberValue value)FHIRPathNumberValueFHIRPathIntegerValue. div(FHIRPathNumberValue value)FHIRPathNumberValueFHIRPathNumberValue. div(FHIRPathNumberValue value)Divide this FHIRPathNumberValue by another FHIRPathNumberValue and convert the result to an integerFHIRPathNumberValueFHIRPathDecimalValue. divide(FHIRPathNumberValue value)FHIRPathNumberValueFHIRPathIntegerValue. divide(FHIRPathNumberValue value)FHIRPathNumberValueFHIRPathNumberValue. divide(FHIRPathNumberValue value)Divide this FHIRPathNumberValue by another FHIRPathNumberValueFHIRPathNumberValueFHIRPathDecimalValue. mod(FHIRPathNumberValue value)FHIRPathNumberValueFHIRPathIntegerValue. mod(FHIRPathNumberValue value)FHIRPathNumberValueFHIRPathNumberValue. mod(FHIRPathNumberValue value)Compute the remainder resulting from the integer division of this FHIRPathNumberValue by another FHIRPathNumberValueFHIRPathNumberValueFHIRPathDecimalValue. multiply(FHIRPathNumberValue value)FHIRPathNumberValueFHIRPathIntegerValue. multiply(FHIRPathNumberValue value)FHIRPathNumberValueFHIRPathNumberValue. multiply(FHIRPathNumberValue value)Multiply this FHIRPathNumberValue by another FHIRPathNumberValueFHIRPathNumberValueFHIRPathDecimalValue. negate()FHIRPathNumberValueFHIRPathIntegerValue. negate()FHIRPathNumberValueFHIRPathNumberValue. negate()Negate this FHIRPathNumberValueFHIRPathNumberValueFHIRPathDecimalValue. plus()FHIRPathNumberValueFHIRPathIntegerValue. plus()FHIRPathNumberValueFHIRPathNumberValue. plus()The inverse of negate (for symmetry)FHIRPathNumberValueFHIRPathDecimalValue. subtract(FHIRPathNumberValue value)FHIRPathNumberValueFHIRPathIntegerValue. subtract(FHIRPathNumberValue value)FHIRPathNumberValueFHIRPathNumberValue. subtract(FHIRPathNumberValue value)Subtract another FHIRPathNumberValue from this FHIRPathNumberValueMethods in com.ibm.fhir.path with parameters of type FHIRPathNumberValue Modifier and Type Method Description FHIRPathNumberValueFHIRPathDecimalValue. add(FHIRPathNumberValue value)FHIRPathNumberValueFHIRPathIntegerValue. add(FHIRPathNumberValue value)FHIRPathNumberValueFHIRPathNumberValue. add(FHIRPathNumberValue value)Add this FHIRPathNumberValue to another FHIRPathNumber valueFHIRPathNumberValueFHIRPathDecimalValue. div(FHIRPathNumberValue value)FHIRPathNumberValueFHIRPathIntegerValue. div(FHIRPathNumberValue value)FHIRPathNumberValueFHIRPathNumberValue. div(FHIRPathNumberValue value)Divide this FHIRPathNumberValue by another FHIRPathNumberValue and convert the result to an integerFHIRPathNumberValueFHIRPathDecimalValue. divide(FHIRPathNumberValue value)FHIRPathNumberValueFHIRPathIntegerValue. divide(FHIRPathNumberValue value)FHIRPathNumberValueFHIRPathNumberValue. divide(FHIRPathNumberValue value)Divide this FHIRPathNumberValue by another FHIRPathNumberValueFHIRPathNumberValueFHIRPathDecimalValue. mod(FHIRPathNumberValue value)FHIRPathNumberValueFHIRPathIntegerValue. mod(FHIRPathNumberValue value)FHIRPathNumberValueFHIRPathNumberValue. mod(FHIRPathNumberValue value)Compute the remainder resulting from the integer division of this FHIRPathNumberValue by another FHIRPathNumberValueFHIRPathNumberValueFHIRPathDecimalValue. multiply(FHIRPathNumberValue value)FHIRPathNumberValueFHIRPathIntegerValue. multiply(FHIRPathNumberValue value)FHIRPathNumberValueFHIRPathNumberValue. multiply(FHIRPathNumberValue value)Multiply this FHIRPathNumberValue by another FHIRPathNumberValueFHIRPathNumberValueFHIRPathDecimalValue. subtract(FHIRPathNumberValue value)FHIRPathNumberValueFHIRPathIntegerValue. subtract(FHIRPathNumberValue value)FHIRPathNumberValueFHIRPathNumberValue. 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 FHIRPathNumberValueFHIRPathUtil. getNumberValue(Collection<FHIRPathNode> nodes)
-