public static class MonetaryRoundedFactoryBuilder.MonetaryRoundedFactoryWithPrecisionBuilder extends Object
RoundingMode and precision informed, is possible create a MonetaryRoundedFactory
or set the number of scale.MonetaryRoundedFactoryWithPrecisionBuilder#withScale(int)},
MonetaryRoundedFactoryWithPrecisionBuilder#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 - MonetaryRoundedFactoryBuilder.MonetaryRoundedFactoryWithPrecisionScaleBuilderpublic MonetaryRoundedFactory build()
MonetaryRoundedFactory using the PrecisionContextRoundedOperator as rounding operator.MonetaryRoundedFactory with PrecisionContextRoundedOperatorPrecisionContextRoundedOperator},
MonetaryRoundedFactory}Copyright © 2012-2016 JavaMoney. All Rights Reserved.