Uses of Class
javax.money.NumberValue
| Package | Description |
|---|---|
| javax.money |
Main package of the Money and Currency API.
|
| javax.money.convert |
Defines the monetary currency conversion API.
|
-
Uses of NumberValue in javax.money
Methods in javax.money that return NumberValue Modifier and Type Method Description NumberValueMonetaryAmountFactory. getMaxNumber()Get the maximum possible number that this type can represent.NumberValueMonetaryAmountFactory. getMinNumber()Get the minimum possible number that this type can represent.NumberValueNumberSupplier. getNumber()Gets the correspondingNumberValue.abstract NumberValueNumberValue. round(java.math.MathContext mathContext)Access the current NumberValue rounded using the givenMathContext.Methods in javax.money with parameters of type NumberValue Modifier and Type Method Description intNumberValue. compareTo(NumberValue other) -
Uses of NumberValue in javax.money.convert
Methods in javax.money.convert that return NumberValue Modifier and Type Method Description NumberValueExchangeRate. getFactor()Access the rate's bid factor.