|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Currency>
com.ail.financial.Currency
public enum Currency
| Enum Constant Summary | |
|---|---|
AED
|
|
AFA
|
|
ALL
|
|
ANG
|
|
AOK
|
|
ARP
|
|
ATS
|
|
AUD
|
|
BBD
|
|
BDT
|
|
BEC
|
|
BEF
|
|
BEL
|
|
BGL
|
|
BHD
|
|
BIF
|
|
BMD
|
|
BND
|
|
BOP
|
|
BRC
|
|
BSD
|
|
BUK
|
|
BWP
|
|
BZD
|
|
CAD
|
|
CHF
|
|
CLP
|
|
CND
|
|
CNY
|
|
COP
|
|
CRC
|
|
CSK
|
|
CUP
|
|
CVE
|
|
CYP
|
|
DDM
|
|
DEM
|
|
DJF
|
|
DKK
|
|
DOP
|
|
DZD
|
|
ECS
|
|
EGP
|
|
ESA
|
|
ESB
|
|
ESP
|
|
ETB
|
|
EUR
|
|
FIM
|
|
FJD
|
|
FKP
|
|
FRF
|
|
GBP
|
|
GHC
|
|
GIP
|
|
GMD
|
|
GNS
|
|
GQE
|
|
GRD
|
|
GTQ
|
|
GWP
|
|
GYD
|
|
HKD
|
|
HNL
|
|
HTG
|
|
HUF
|
|
IDR
|
|
IEP
|
|
ILS
|
|
INR
|
|
IQD
|
|
IRR
|
|
ISK
|
|
ITL
|
|
JMD
|
|
JOD
|
|
JPY
|
|
KES
|
|
KHR
|
|
KMF
|
|
KPW
|
|
KRW
|
|
KWD
|
|
KYD
|
|
LAK
|
|
LBP
|
|
LKR
|
|
LRD
|
|
LSM
|
|
LUF
|
|
LYD
|
|
MAD
|
|
MGF
|
|
MLF
|
|
MNT
|
|
MOP
|
|
MRO
|
|
MTP
|
|
MUR
|
|
MVR
|
|
MWK
|
|
MXP
|
|
MYR
|
|
MZM
|
|
NGN
|
|
NIC
|
|
NLG
|
|
NOK
|
|
NPR
|
|
NZD
|
|
OMR
|
|
PAB
|
|
PES
|
|
PGK
|
|
PHP
|
|
PKR
|
|
PLZ
|
|
PTE
|
|
PYG
|
|
QAR
|
|
RMB
|
|
ROL
|
|
RWF
|
|
SAR
|
|
SBD
|
|
SCR
|
|
SDP
|
|
SEK
|
|
SGD
|
|
SHP
|
|
SLL
|
|
SOS
|
|
SRG
|
|
STD
|
|
SUR
|
|
SVC
|
|
SYP
|
|
SZL
|
|
THB
|
|
TND
|
|
TOP
|
|
TPE
|
|
TRL
|
|
TTD
|
|
TWD
|
|
TZS
|
|
UGS
|
|
USD
|
|
USN
|
|
USS
|
|
UYP
|
|
VEB
|
|
VND
|
|
VUV
|
|
WST
|
|
XAF
|
|
XAU
|
|
XBA
|
|
XBC
|
|
XBD
|
|
XCD
|
|
XDR
|
|
XEU
|
|
XOF
|
|
XPF
|
|
YDD
|
|
YER
|
|
YUD
|
|
ZAL
|
|
ZAR
|
|
ZMK
|
|
ZRZ
|
|
ZWD
|
|
| Method Summary | |
|---|---|
static Currency |
forName(java.lang.String name)
This method is similar to the valueOf() method offered by Java's Enum type, but in this case it will match either the Enum's name or the longName. |
java.lang.String |
getLongName()
Returns the same value as longName(). |
java.lang.String |
getName()
Returns the same value as name(). |
int |
getOrdinal()
Return this Enum's ordinal id. |
java.lang.String |
longName()
The long name for an enum. |
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're declared. |
java.lang.String |
valuesAsCsv()
|
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.ail.core.TypeEnum |
|---|
name |
| Enum Constant Detail |
|---|
public static final Currency AED
public static final Currency AFA
public static final Currency ALL
public static final Currency ANG
public static final Currency AOK
public static final Currency ARP
public static final Currency ATS
public static final Currency AUD
public static final Currency BBD
public static final Currency BDT
public static final Currency BEC
public static final Currency BEF
public static final Currency BEL
public static final Currency BGL
public static final Currency BHD
public static final Currency BIF
public static final Currency BMD
public static final Currency BND
public static final Currency BOP
public static final Currency BRC
public static final Currency BSD
public static final Currency BUK
public static final Currency BWP
public static final Currency BZD
public static final Currency CAD
public static final Currency CHF
public static final Currency CLP
public static final Currency CND
public static final Currency CNY
public static final Currency COP
public static final Currency CRC
public static final Currency CSK
public static final Currency CUP
public static final Currency CVE
public static final Currency CYP
public static final Currency DDM
public static final Currency DEM
public static final Currency DJF
public static final Currency DKK
public static final Currency DOP
public static final Currency DZD
public static final Currency ECS
public static final Currency EGP
public static final Currency ESA
public static final Currency ESB
public static final Currency ESP
public static final Currency ETB
public static final Currency EUR
public static final Currency FIM
public static final Currency FJD
public static final Currency FKP
public static final Currency FRF
public static final Currency GBP
public static final Currency GHC
public static final Currency GIP
public static final Currency GMD
public static final Currency GNS
public static final Currency GQE
public static final Currency GRD
public static final Currency GTQ
public static final Currency GWP
public static final Currency GYD
public static final Currency HKD
public static final Currency HNL
public static final Currency HTG
public static final Currency HUF
public static final Currency IDR
public static final Currency IEP
public static final Currency ILS
public static final Currency INR
public static final Currency IQD
public static final Currency IRR
public static final Currency ISK
public static final Currency ITL
public static final Currency JMD
public static final Currency JOD
public static final Currency JPY
public static final Currency KES
public static final Currency KHR
public static final Currency KMF
public static final Currency KPW
public static final Currency KRW
public static final Currency KWD
public static final Currency KYD
public static final Currency LAK
public static final Currency LBP
public static final Currency LKR
public static final Currency LRD
public static final Currency LSM
public static final Currency LUF
public static final Currency LYD
public static final Currency MAD
public static final Currency MGF
public static final Currency MLF
public static final Currency MNT
public static final Currency MOP
public static final Currency MRO
public static final Currency MTP
public static final Currency MUR
public static final Currency MVR
public static final Currency MWK
public static final Currency MXP
public static final Currency MYR
public static final Currency MZM
public static final Currency NGN
public static final Currency NIC
public static final Currency NLG
public static final Currency NOK
public static final Currency NPR
public static final Currency NZD
public static final Currency OMR
public static final Currency PAB
public static final Currency PES
public static final Currency PGK
public static final Currency PHP
public static final Currency PKR
public static final Currency PLZ
public static final Currency PTE
public static final Currency PYG
public static final Currency QAR
public static final Currency ROL
public static final Currency RWF
public static final Currency SAR
public static final Currency SBD
public static final Currency SCR
public static final Currency SDP
public static final Currency SEK
public static final Currency SGD
public static final Currency SHP
public static final Currency SLL
public static final Currency SOS
public static final Currency SRG
public static final Currency STD
public static final Currency SUR
public static final Currency SVC
public static final Currency SYP
public static final Currency SZL
public static final Currency THB
public static final Currency TND
public static final Currency TOP
public static final Currency TPE
public static final Currency TRL
public static final Currency TTD
public static final Currency TWD
public static final Currency TZS
public static final Currency UGS
public static final Currency USD
public static final Currency USN
public static final Currency USS
public static final Currency UYP
public static final Currency VND
public static final Currency VEB
public static final Currency VUV
public static final Currency WST
public static final Currency XAF
public static final Currency XAU
public static final Currency XBA
public static final Currency XBC
public static final Currency XBD
public static final Currency XCD
public static final Currency XDR
public static final Currency XEU
public static final Currency XOF
public static final Currency XPF
public static final Currency YDD
public static final Currency YER
public static final Currency YUD
public static final Currency ZAL
public static final Currency ZAR
public static final Currency RMB
public static final Currency ZMK
public static final Currency ZRZ
public static final Currency ZWD
| Method Detail |
|---|
public static final 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 namepublic java.lang.String getLongName()
TypeEnum
getLongName in interface TypeEnumpublic java.lang.String getName()
TypeEnum
getName in interface TypeEnumpublic java.lang.String valuesAsCsv()
public java.lang.String longName()
TypeEnum
longName in interface TypeEnumpublic static Currency forName(java.lang.String name)
name - The name to lookup
public int getOrdinal()
TypeEnum
getOrdinal in interface TypeEnum
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||