WaehrungenSingleton

class WaehrungenSingleton : MonetaryCurrenciesSingletonSpi

Die Klasse WaehrungenSingletonSpi wird benoetigt, um die entsprechende Waehrung zu erzeugen und das TCK zu bestehen.

Author

oboehm

Since

1.0 (07.08.2018)

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun getCurrencies(query: CurrencyQuery): Set<CurrencyUnit>

Access all currencies matching the given query.

open fun getCurrencies(vararg p0: String): MutableSet<CurrencyUnit>
open fun getCurrencies(p0: Locale, vararg p1: String): MutableSet<CurrencyUnit>
Link copied to clipboard
open override fun getCurrency(currencyCode: String, vararg providers: String?): CurrencyUnit
open fun getCurrency(p0: CurrencyQuery): CurrencyUnit
open fun getCurrency(p0: Locale, vararg p1: String): CurrencyUnit
Link copied to clipboard
open override fun getDefaultProviderChain(): List<String>

Access a list of the currently registered default providers. The default providers are used, when no provider names are passed by the caller.

Link copied to clipboard
open override fun getProviderNames(): Set<String>

Access a list of the currently registered providers. Th names can be used to access subsets of the overall currency range by calling .getCurrencies.

Link copied to clipboard
open fun isCurrencyAvailable(p0: Locale, vararg p1: String): Boolean
open fun isCurrencyAvailable(p0: String, vararg p1: String): Boolean