public static enum VprintLiteIntent.Action extends java.lang.Enum<VprintLiteIntent.Action>
Enum Constant and Description |
---|
REGISTER
注册模式
|
UNREGISTER
删除模式(删除模型中某条记录)
|
VERIFY
验证模式
|
Modifier and Type | Method and Description |
---|---|
static VprintLiteIntent.Action |
getActionByValue(java.lang.String value) |
java.lang.String |
getValue() |
static VprintLiteIntent.Action |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VprintLiteIntent.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VprintLiteIntent.Action REGISTER
public static final VprintLiteIntent.Action UNREGISTER
public static final VprintLiteIntent.Action VERIFY
public static VprintLiteIntent.Action[] values()
for (VprintLiteIntent.Action c : VprintLiteIntent.Action.values()) System.out.println(c);
public static VprintLiteIntent.Action valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
public static VprintLiteIntent.Action getActionByValue(java.lang.String value)