public static class MonetaryRoundedFactoryBuilder.MonetaryRoundedFactoryWithPrecisionScaleBuilder extends Object
RoundingMode, precision and scale informed, the next step will build a MonetaryRoundedFactory
with all these information.| Constructor and Description |
|---|
MonetaryRoundedFactoryWithPrecisionScaleBuilder(RoundingMode roundingMode) |
| Modifier and Type | Method and Description |
|---|---|
MonetaryRoundedFactory |
build()
Make the
MonetaryRoundedFactory using the PrecisionScaleRoundedOperator as rounding operator. |
public MonetaryRoundedFactoryWithPrecisionScaleBuilder(RoundingMode roundingMode)
public MonetaryRoundedFactory build()
MonetaryRoundedFactory using the PrecisionScaleRoundedOperator as rounding operator.MonetaryRoundedFactory with PrecisionScaleRoundedOperatorPrecisionContextRoundedOperator},
PrecisionScaleRoundedOperator}Copyright © 2012-2016 JavaMoney. All Rights Reserved.