| Enum Constant and Description |
|---|
ABC |
BEA |
BOC |
BSB |
CCB |
CDRCB |
CEB |
CIB |
CITIC |
CMB |
CMBC |
COMM |
CQB |
CRCB |
CSCB |
DAQINGB |
DLB |
GCB |
GDB |
GRCB |
HEBB |
HSB |
HXB |
HZCB |
ICBC |
JSB |
NBB |
NCB |
NJCB |
PSBC |
SDEB |
SPAB |
SPDB |
TZCB |
WRCB |
WZCB |
ZJTLCB |
| Modifier and Type | Method and Description |
|---|---|
static BankCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BankCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BankCode ABC
public static final BankCode BEA
public static final BankCode BOC
public static final BankCode BSB
public static final BankCode CCB
public static final BankCode CDRCB
public static final BankCode CEB
public static final BankCode CIB
public static final BankCode CITIC
public static final BankCode CMB
public static final BankCode CMBC
public static final BankCode COMM
public static final BankCode CQB
public static final BankCode CRCB
public static final BankCode CSCB
public static final BankCode DAQINGB
public static final BankCode DLB
public static final BankCode GCB
public static final BankCode GDB
public static final BankCode GRCB
public static final BankCode HEBB
public static final BankCode HSB
public static final BankCode HXB
public static final BankCode HZCB
public static final BankCode ICBC
public static final BankCode JSB
public static final BankCode NBB
public static final BankCode NCB
public static final BankCode NJCB
public static final BankCode PSBC
public static final BankCode SDEB
public static final BankCode SPAB
public static final BankCode SPDB
public static final BankCode TZCB
public static final BankCode WRCB
public static final BankCode WZCB
public static final BankCode ZJTLCB
public static BankCode[] values()
for (BankCode c : BankCode.values()) System.out.println(c);
public static BankCode 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 namejava.lang.NullPointerException - if the argument is null