public static class MonetaryRoundedFactoryBuilder.MonetaryRoundedFactoryWithScaleBuilder extends Object
RoundingMode and scale informed, is possible create a MonetaryRoundedFactory
or set the number of precision.MonetaryRoundedFactoryWithScaleBuilder#withPrecision(int)},
MonetaryRoundedFactoryWithScaleBuilder#build()}| Modifier and Type | Method and Description |
|---|---|
MonetaryRoundedFactory |
build()
Make the
MonetaryRoundedFactory using the ScaleRoundedOperator as rounding operator. |
MonetaryRoundedFactoryBuilder.MonetaryRoundedFactoryWithPrecisionScaleBuilder |
withPrecision(int precision)
Set the total number of digits in a number
|
public MonetaryRoundedFactory build()
MonetaryRoundedFactory using the ScaleRoundedOperator as rounding operator.MonetaryRoundedFactory with ScaleRoundedOperatorScaleRoundedOperator},
MonetaryRoundedFactory}public MonetaryRoundedFactoryBuilder.MonetaryRoundedFactoryWithPrecisionScaleBuilder withPrecision(int precision)
precision - MonetaryRoundedFactoryBuilder.MonetaryRoundedFactoryWithPrecisionBuilderCopyright © 2012-2016 JavaMoney. All Rights Reserved.