public final class CurrencyQuery extends AbstractQuery implements Serializable
CurrencyUnit
. It
provides information such as
CurrencyUnit
instances
CurrencyUnit
instances should be valid
.CurrencyProviderSpi
.
This class is immutable, serializable and thread-safe.
KEY_QUERY_PROVIDERS, KEY_QUERY_TARGET_TYPE, KEY_QUERY_TIMESTAMP
KEY_PROVIDER
Modifier and Type | Method and Description |
---|---|
Collection<Locale> |
getCountries()
Returns the target locales.
|
Collection<String> |
getCurrencyCodes()
Gets the currency codes, or the regular expression to select codes.
|
Collection<Integer> |
getNumericCodes()
Gets the numeric codes.
|
CurrencyQueryBuilder |
toBuilder()
Creates a new builder instances, initialized with the data from this one.
|
getProviderNames, getTargetType
public Collection<Locale> getCountries()
public Collection<String> getCurrencyCodes()
public Collection<Integer> getNumericCodes()
public CurrencyQueryBuilder toBuilder()
MonetaryAmountFactoryQueryBuilder
instance, never null.Copyright © 2012–2016 JSR 354 - Expert Group. All rights reserved.