Uses of Class
javax.money.NumberValue
Packages that use NumberValue
Package
Description
Main package of the Money and Currency API.
Defines the monetary currency conversion API.
-
Uses of NumberValue in javax.money
Methods in javax.money that return NumberValueModifier and TypeMethodDescriptionMonetaryAmountFactory.getMaxNumber()Get the maximum possible number that this type can represent.MonetaryAmountFactory.getMinNumber()Get the minimum possible number that this type can represent.NumberSupplier.getNumber()Gets the correspondingNumberValue.abstract NumberValueNumberValue.round(MathContext mathContext) Access the current NumberValue rounded using the givenMathContext.Methods in javax.money with parameters of type NumberValue -
Uses of NumberValue in javax.money.convert
Methods in javax.money.convert that return NumberValue