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 NumberValue
MonetaryAmountFactory. getMaxNumber()
Get the maximum possible number that this type can represent.NumberValue
MonetaryAmountFactory. getMinNumber()
Get the minimum possible number that this type can represent.NumberValue
NumberSupplier. getNumber()
Gets the correspondingNumberValue
.abstract NumberValue
NumberValue. 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 int
NumberValue. compareTo(NumberValue other)
-
Uses of NumberValue in javax.money.convert
Methods in javax.money.convert that return NumberValue Modifier and Type Method Description NumberValue
ExchangeRate. getFactor()
Access the rate's bid factor.