Uses of Class
javax.money.MonetaryAmountFactoryQueryBuilder
Package | Description |
---|---|
javax.money |
Main package of the Money and Currency API.
|
-
Uses of MonetaryAmountFactoryQueryBuilder in javax.money
Methods in javax.money that return MonetaryAmountFactoryQueryBuilder Modifier and Type Method Description static MonetaryAmountFactoryQueryBuilder
MonetaryAmountFactoryQueryBuilder. of()
Creates a new instance ofCurrencyQueryBuilder
.static MonetaryAmountFactoryQueryBuilder
MonetaryAmountFactoryQueryBuilder. of(MonetaryAmountFactoryQuery monetaryAmountFactoryQuery)
Creates a new instance ofCurrencyQueryBuilder
.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.