Package | Description |
---|---|
javax.money |
Main package of the Money and Currency API.
|
Modifier and Type | Method and Description |
---|---|
static RoundingQueryBuilder |
RoundingQueryBuilder.of()
Creates a new RoundingQueryBuilder.
|
static RoundingQueryBuilder |
RoundingQueryBuilder.of(RoundingQuery roundingQuery)
Creates a new RoundingQueryBuilder.
|
RoundingQueryBuilder |
RoundingQueryBuilder.setCurrency(CurrencyUnit currencyUnit)
Sets the target
CurrencyUnit , which defines a rounding targeting a concrete CurrencyUnit . |
RoundingQueryBuilder |
RoundingQueryBuilder.setRoundingName(String roundingName)
Sets the rounding names of the
MonetaryRounding instances. |
RoundingQueryBuilder |
RoundingQueryBuilder.setScale(int scale)
Sets the target scale.
|
RoundingQueryBuilder |
RoundingQuery.toBuilder()
Creates a new builder instances, initialized with the data from this one.
|
Copyright © 2012–2016 JSR 354 - Expert Group. All rights reserved.