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 MonetaryAmountFactoryQueryBuilderMonetaryAmountFactoryQueryBuilder. of()Creates a new instance ofCurrencyQueryBuilder.static MonetaryAmountFactoryQueryBuilderMonetaryAmountFactoryQueryBuilder. of(MonetaryAmountFactoryQuery monetaryAmountFactoryQuery)Creates a new instance ofCurrencyQueryBuilder.MonetaryAmountFactoryQueryBuilderMonetaryAmountFactoryQueryBuilder. setFixedScale(boolean fixedScale)Sets the flag if the scale should fixed, meaning minimal scale and maximal scale are always equally sized.MonetaryAmountFactoryQueryBuilderMonetaryAmountFactoryQueryBuilder. setMaxScale(int maxScale)Sets the maximal scale to be supported.MonetaryAmountFactoryQueryBuilderMonetaryAmountFactoryQueryBuilder. setPrecision(int precision)Sets the required precision, the value 0 models unlimited precision.MonetaryAmountFactoryQueryBuilderMonetaryAmountFactoryQuery. toBuilder()Creates a new builder instances, initialized with the data from this one.