|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Currency>
paypalnvp.fields.Currency
public enum Currency
Enum Constant Summary | |
---|---|
AUD
Australian Dollar |
|
BRL
Brazilian Real This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only. |
|
CAD
Canadian Dollar |
|
CHF
Swiss Franc |
|
CZK
Czech Koruna |
|
DKK
Danish Krone |
|
EUR
Euro |
|
GBP
Pound Sterling |
|
HKD
Hong Kong Dollar |
|
HUF
Hungarian Forint |
|
ILS
Israeli New Sheqel |
|
JPY
Japanese Yen |
|
MXN
Mexican Peso |
|
MYR
Malaysian Ringgit This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only. |
|
NOK
Norwegian Krone |
|
NZD
New Zealand Dollar |
|
PHP
Philippine Peso |
|
PLN
Polish Zloty |
|
SEK
Swedish Krona |
|
SGD
Singapore Dollar |
|
THB
Thai Baht |
|
TWD
Taiwan New Dollar |
|
USD
U.S. |
Method Summary | |
---|---|
static Currency |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Currency[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Currency AUD
public static final Currency BRL
public static final Currency CAD
public static final Currency CZK
public static final Currency DKK
public static final Currency EUR
public static final Currency HKD
public static final Currency HUF
public static final Currency ILS
public static final Currency JPY
public static final Currency MYR
public static final Currency MXN
public static final Currency NOK
public static final Currency NZD
public static final Currency PHP
public static final Currency PLN
public static final Currency GBP
public static final Currency SGD
public static final Currency SEK
public static final Currency CHF
public static final Currency TWD
public static final Currency THB
public static final Currency USD
Method Detail |
---|
public static Currency[] values()
for (Currency c : Currency.values()) System.out.println(c);
public static Currency valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |