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 classFHIRPathDecimalValueAFHIRPathNumberValuenode that wraps aBigDecimalvalueclassFHIRPathIntegerValueAFHIRPathNumberValuenode that wraps anIntegervalueMethods in org.linuxforhealth.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 org.linuxforhealth.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 org.linuxforhealth.fhir.path.util
Methods in org.linuxforhealth.fhir.path.util that return FHIRPathNumberValue Modifier and Type Method Description static FHIRPathNumberValueFHIRPathUtil. getNumberValue(java.util.Collection<FHIRPathNode> nodes)
-