public static enum BCEumeration.BC_TRANSFER_BANK_TYPE extends Enum<BCEumeration.BC_TRANSFER_BANK_TYPE>
| Modifier and Type | Method and Description |
|---|---|
static BCEumeration.BC_TRANSFER_BANK_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BCEumeration.BC_TRANSFER_BANK_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BCEumeration.BC_TRANSFER_BANK_TYPE P_DE
public static final BCEumeration.BC_TRANSFER_BANK_TYPE P_CR
public static final BCEumeration.BC_TRANSFER_BANK_TYPE C
public static BCEumeration.BC_TRANSFER_BANK_TYPE[] values()
for (BCEumeration.BC_TRANSFER_BANK_TYPE c : BCEumeration.BC_TRANSFER_BANK_TYPE.values()) System.out.println(c);
public static BCEumeration.BC_TRANSFER_BANK_TYPE 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.