Package | Description |
---|---|
net.sf.mpxj |
Modifier and Type | Method and Description |
---|---|
Currency.Builder |
Currency.Builder.currencyID(String value)
Add the currency ID.
|
Currency.Builder |
Currency.Builder.decimalSymbol(String value)
Add the decimal symbol.
|
Currency.Builder |
Currency.Builder.digitGroupingSymbol(String value)
Add the digit grouping symbol.
|
Currency.Builder |
Currency.Builder.exchangeRate(Double value)
Add the exchange rate.
|
Currency.Builder |
Currency.Builder.from(Currency value)
Initialise the builder from an existing Currency instance.
|
Currency.Builder |
Currency.Builder.name(String value)
Add the name.
|
Currency.Builder |
Currency.Builder.negativeCurrencyFormat(String value)
Add the negative currency format.
|
Currency.Builder |
Currency.Builder.numberOfDecimalPlaces(Integer value)
Add the number of decimal places.
|
Currency.Builder |
Currency.Builder.positiveCurrencyFormat(String value)
Add the positive currency format.
|
Currency.Builder |
Currency.Builder.symbol(String value)
Add the symbol.
|
Currency.Builder |
Currency.Builder.uniqueID(Integer value)
Add the unique ID.
|
Copyright © 2000–2025 Packwood Software. All rights reserved.