public static enum WxCard.Card.BaseInfo.CodeMode extends Enum<WxCard.Card.BaseInfo.CodeMode>
Enum Constant and Description |
---|
GET_CUSTOM_CODE_MODE_DEPOSIT |
Modifier and Type | Method and Description |
---|---|
static WxCard.Card.BaseInfo.CodeMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WxCard.Card.BaseInfo.CodeMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WxCard.Card.BaseInfo.CodeMode GET_CUSTOM_CODE_MODE_DEPOSIT
public static WxCard.Card.BaseInfo.CodeMode[] values()
for (WxCard.Card.BaseInfo.CodeMode c : WxCard.Card.BaseInfo.CodeMode.values()) System.out.println(c);
public static WxCard.Card.BaseInfo.CodeMode 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 © 2018 Guangshan Technology, Inc.. All rights reserved.