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