Serializablepublic 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_PROVIDERKEY_QUERY_PROVIDERS, KEY_QUERY_TARGET_TYPE, KEY_QUERY_TIMESTAMP| Modifier and Type | Method | 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.
|
equals, get, get, getBoolean, getDouble, getFloat, getInt, getKeys, getLong, getProviderName, getText, getType, hashCode, isEmpty, toStringgetProviderNames, getTargetTypepublic Collection<Locale> getCountries()
public Collection<String> getCurrencyCodes()
public Collection<Integer> getNumericCodes()
public CurrencyQueryBuilder toBuilder()
MonetaryAmountFactoryQueryBuilder instance, never null.Copyright © 2012–2018 JSR 354 - Expert Group. All rights reserved.