public enum QrType extends Enum<QrType>
| 枚举常量和说明 |
|---|
QR_LIMIT_SCENE
永久的整型参数值
|
QR_LIMIT_STR_SCENE
永久的字符串参数值
|
QR_SCENE
临时的整型参数值
|
QR_STR_SCENE
临时的字符串参数值
|
public static final QrType QR_SCENE
public static final QrType QR_STR_SCENE
public static final QrType QR_LIMIT_SCENE
public static final QrType QR_LIMIT_STR_SCENE
public static QrType[] values()
for (QrType c : QrType.values()) System.out.println(c);
public static QrType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2017. All rights reserved.