java.lang.Objectpublic class CurrencyCode extends java.lang.Object
This class represents various currencies supported by MintChip.
| Modifier and Type | Field and Description |
|---|---|
static CurrencyCode |
AUD
Represents Australian dollar. |
static CurrencyCode |
CAD
Represents Canadian dollar. |
static CurrencyCode |
CHF
Represents Swiss franc. |
static CurrencyCode |
EUR
Represents euro. |
static CurrencyCode |
GBP
Represents British pound. |
static CurrencyCode |
INR
Represents Indian rupee. |
static CurrencyCode |
JPY
Represents Japanese yen. |
static CurrencyCode |
RUB
Represents Russian ruble. |
static CurrencyCode |
USD
Represents US dollar. |
| Constructor and Description |
|---|
CurrencyCode(int currencyCode)
Initializes this CurrencyCode with the integer representation of a CurrencyCode. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
int |
getValue()
Gets the integer representation of this CurrencyCode. |
java.lang.String |
toString() |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
|
|---|
|
Represents Swiss franc. |
|
|---|
|
Represents Canadian dollar. |
|
|---|
|
Represents US dollar. |
|
|---|
|
Represents euro. |
|
|---|
|
Represents British pound. |
|
|---|
|
Represents Japanese yen. |
|
|---|
|
Represents Australian dollar. |
|
|---|
|
Represents Indian rupee. |
|
|---|
|
Represents Russian ruble. |
|
|---|
|
Gets the integer representation of this CurrencyCode.
|
|
|---|
|
|
|
|---|
|
|