public static enum BCEumeration.GATEWAY_BANK extends Enum<BCEumeration.GATEWAY_BANK>
| Enum Constant and Description |
|---|
ABC |
BOC |
BOCM |
CCB |
CEB |
CIB |
CITIC |
CMB |
CMBC |
GDB |
ICBC |
SDB |
SPDB |
| Modifier and Type | Method and Description |
|---|---|
static BCEumeration.GATEWAY_BANK |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BCEumeration.GATEWAY_BANK[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BCEumeration.GATEWAY_BANK CMB
public static final BCEumeration.GATEWAY_BANK ICBC
public static final BCEumeration.GATEWAY_BANK CCB
public static final BCEumeration.GATEWAY_BANK BOC
public static final BCEumeration.GATEWAY_BANK ABC
public static final BCEumeration.GATEWAY_BANK BOCM
public static final BCEumeration.GATEWAY_BANK SPDB
public static final BCEumeration.GATEWAY_BANK GDB
public static final BCEumeration.GATEWAY_BANK CITIC
public static final BCEumeration.GATEWAY_BANK CEB
public static final BCEumeration.GATEWAY_BANK CIB
public static final BCEumeration.GATEWAY_BANK SDB
public static final BCEumeration.GATEWAY_BANK CMBC
public static BCEumeration.GATEWAY_BANK[] values()
for (BCEumeration.GATEWAY_BANK c : BCEumeration.GATEWAY_BANK.values()) System.out.println(c);
public static BCEumeration.GATEWAY_BANK valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016. All rights reserved.