| Package | Description |
|---|---|
| org.apache.solr.schema |
IndexSchema and FieldType implementations for powering schema.xml |
| Modifier and Type | Method and Description |
|---|---|
CurrencyValue |
CurrencyValue.convertTo(ExchangeRateProvider exchangeRates,
String targetCurrencyCode)
Returns a new CurrencyValue that is the conversion of this CurrencyValue to the specified currency.
|
static CurrencyValue |
CurrencyValue.parse(String externalVal,
String defaultCurrency)
Constructs a new currency value by parsing the specific input.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CurrencyValue.compareTo(CurrencyValue o) |
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.