Package | Description |
---|---|
javax.money |
Main package of the Money and Currency API.
|
Modifier and Type | Method and Description |
---|---|
static MonetaryAmountFactoryQueryBuilder |
MonetaryAmountFactoryQueryBuilder.of()
Creates a new instance of
CurrencyQueryBuilder . |
static MonetaryAmountFactoryQueryBuilder |
MonetaryAmountFactoryQueryBuilder.of(MonetaryAmountFactoryQuery monetaryAmountFactoryQuery)
Creates a new instance of
CurrencyQueryBuilder . |
MonetaryAmountFactoryQueryBuilder |
MonetaryAmountFactoryQueryBuilder.setFixedScale(boolean fixedScale)
Sets the flag if the scale should fixed, meaning minimal scale and maximal scale are always equally sized.
|
MonetaryAmountFactoryQueryBuilder |
MonetaryAmountFactoryQueryBuilder.setMaxScale(int maxScale)
Sets the maximal scale to be supported.
|
MonetaryAmountFactoryQueryBuilder |
MonetaryAmountFactoryQueryBuilder.setPrecision(int precision)
Sets the required precision, the value 0 models unlimited precision.
|
MonetaryAmountFactoryQueryBuilder |
MonetaryAmountFactoryQuery.toBuilder()
Creates a new builder instances, initialized with the data from this one.
|
Copyright © 2012–2016 JSR 354 - Expert Group. All rights reserved.