public static class MonetaryRoundedFactoryBuilder.MonetaryRoundedFactoryWithPrecisionBuilder extends Object
RoundingMode and precision informed, is possible create a MonetaryRoundedFactory
or set the number of scale.withScale(int),
build()| Modifier and Type | Method and Description |
|---|---|
MonetaryRoundedFactory |
build()
Make the
MonetaryRoundedFactory using the PrecisionContextRoundedOperator as rounding operator. |
MonetaryRoundedFactoryBuilder.MonetaryRoundedFactoryWithPrecisionScaleBuilder |
withScale(int scale)
Set the number of digits to the right of the decimal point
|
public MonetaryRoundedFactoryBuilder.MonetaryRoundedFactoryWithPrecisionScaleBuilder withScale(int scale)
scale - the scale to use.public MonetaryRoundedFactory build()
MonetaryRoundedFactory using the PrecisionContextRoundedOperator as rounding operator.MonetaryRoundedFactory with PrecisionContextRoundedOperatorPrecisionContextRoundedOperator,
MonetaryRoundedFactoryCopyright © 2012–2020 JavaMoney. All rights reserved.