|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Currency | |
|---|---|
| com.jacob.com | |
| Uses of Currency in com.jacob.com |
|---|
| Methods in com.jacob.com that return Currency | |
|---|---|
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 |
| Methods in com.jacob.com with parameters of type Currency | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||