Uses of Interface
org.openhab.core.library.dimension.Currency
Packages that use Currency
-
Uses of Currency in org.openhab.core.library.unit
Fields in org.openhab.core.library.unit with type parameters of type CurrencyModifier and TypeFieldDescriptionstatic final javax.measure.Unit<Currency> CurrencyUnits.BASE_CURRENCYMethods in org.openhab.core.library.unit that return types with arguments of type CurrencyModifier and TypeMethodDescriptionstatic javax.measure.Unit<Currency> CurrencyUnits.createCurrency(String symbol, String name) javax.measure.Unit<Currency> CurrencyUnit.divide(double divisor) Collection<javax.measure.Unit<Currency>> CurrencyProvider.getAdditionalCurrencies()Get all additional currency that are supported by this providerjavax.measure.Unit<Currency> CurrencyProvider.getBaseCurrency()Get the base currency from this providerFunction<javax.measure.Unit<Currency>, @Nullable BigDecimal> CurrencyProvider.getExchangeRateFunction()Get aFunctionthat supplies exchanges rates for currencies supported by this providerjavax.measure.Unit<Currency> CurrencyUnit.multiply(double multiplier) javax.measure.Unit<Currency> CurrencyUnit.prefix(javax.measure.Prefix prefix) javax.measure.Unit<Currency> CurrencyUnit.shift(double offset) protected javax.measure.Unit<Currency> CurrencyUnit.toSystemUnit()Method parameters in org.openhab.core.library.unit with type arguments of type CurrencyModifier and TypeMethodDescriptionstatic voidintstatic @Nullable BigDecimalCurrencyUnits.getExchangeRate(javax.measure.Unit<Currency> currency) Get the exchange rate for a given currency to the system's base unitbooleanCurrencyUnit.isEquivalentTo(javax.measure.Unit<Currency> that) static voidCurrencyUnits.removeUnit(javax.measure.Unit<Currency> unit)