public static enum VprintIntent.Action extends java.lang.Enum<VprintIntent.Action>
Enum Constant and Description |
---|
APPEND
追加模式
|
REGISTER
注册模式
|
TEST
签到模式
|
UNREGISTER
删除模式(删除模型中某条记录)
|
UNREGISTER_ALL
删除模式(删除模型中所有记录)
|
UPDATE
更新模式
|
Modifier and Type | Method and Description |
---|---|
static VprintIntent.Action |
getActionByValue(java.lang.String value) |
java.lang.String |
getValue() |
static VprintIntent.Action |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VprintIntent.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VprintIntent.Action REGISTER
public static final VprintIntent.Action UPDATE
public static final VprintIntent.Action APPEND
public static final VprintIntent.Action TEST
public static final VprintIntent.Action UNREGISTER
public static final VprintIntent.Action UNREGISTER_ALL
public static VprintIntent.Action[] values()
for (VprintIntent.Action c : VprintIntent.Action.values()) System.out.println(c);
public static VprintIntent.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 static VprintIntent.Action getActionByValue(java.lang.String value)
public java.lang.String getValue()