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