Package | Description |
---|---|
com.jacob.com |
Modifier and Type | Method and Description |
---|---|
Currency |
Variant.getCurrency()
MS Currency objects are 64 bit fixed point numbers with 15 digits to the
left and 4 to the right of the decimal place.
|
Currency |
Variant.getCurrencyRef()
MS Currency objects are 64 bit fixed point numbers with 15 digits to the
left and 4 to the right of the decimal place.
|
Currency |
Variant.toCurrency()
Deprecated.
should be replaced by changeType() followed by getCurrency
|
Modifier and Type | Method and Description |
---|---|
int |
Currency.compareTo(Currency anotherCurrency)
compares the values of two currencies
|
void |
Variant.putCurrency(Currency in)
Puts a value in as a currency and sets the variant type.
|
void |
Variant.putCurrencyRef(Currency in)
Pushes a long into the variant as currency and sets the type.
|
http://jacob-project.sourceforge.net