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 TypeMethodDescriptionfinal javax.measure.Unit<Currency>static javax.measure.Unit<Currency>CurrencyUnits.createCurrency(String symbol, String name) javax.measure.Unit<Currency>CurrencyUnit.divide(double divisor) final javax.measure.Unit<Currency>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.getSystemUnit()javax.measure.Unit<Currency>CurrencyUnit.multiply(double multiplier) javax.measure.Unit<Currency>javax.measure.Unit<Currency>CurrencyUnit.prefix(javax.measure.Prefix prefix) javax.measure.Unit<Currency>CurrencyUnit.shift(double offset) javax.measure.Unit<Currency>final javax.measure.Unit<Currency>CurrencyUnit.transform(javax.measure.UnitConverter operation) Method parameters in org.openhab.core.library.unit with type arguments of type CurrencyModifier and TypeMethodDescriptionstatic voidintfinal javax.measure.UnitConverterCurrencyUnit.getConverterTo(javax.measure.Unit<Currency> that) static @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)