Package | Description |
---|---|
javax.money |
Main package of the Money and Currency API.
|
Modifier and Type | Method and Description |
---|---|
static CurrencyQueryBuilder |
CurrencyQueryBuilder.of()
Creates a new instance of
CurrencyQueryBuilder . |
static CurrencyQueryBuilder |
CurrencyQueryBuilder.of(CurrencyQuery currencyQuery)
Creates a new instance of
CurrencyQueryBuilder . |
CurrencyQueryBuilder |
CurrencyQueryBuilder.setCountries(Locale... countries)
Sets the country for which currencies should be requested.
|
CurrencyQueryBuilder |
CurrencyQueryBuilder.setCurrencyCodes(String... codes)
Sets the currency code, or the regular expression to select codes.
|
CurrencyQueryBuilder |
CurrencyQueryBuilder.setNumericCodes(int... codes)
Set the numeric code.
|
CurrencyQueryBuilder |
CurrencyQuery.toBuilder()
Creates a new builder instances, initialized with the data from this one.
|
Copyright © 2012–2016 JSR 354 - Expert Group. All rights reserved.