public static enum UhfH.IdentifyOption extends java.lang.Enum<UhfH.IdentifyOption>
| Enum Constant and Description |
|---|
application_environment_key_download_permission
Application environment key download permission
|
main_control_key_download_permission
main control key download permission
|
manage_permission
Manage permission
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static UhfH.IdentifyOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UhfH.IdentifyOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UhfH.IdentifyOption manage_permission
public static final UhfH.IdentifyOption application_environment_key_download_permission
public static final UhfH.IdentifyOption main_control_key_download_permission
public static UhfH.IdentifyOption[] values()
for (UhfH.IdentifyOption c : UhfH.IdentifyOption.values()) System.out.println(c);
public static UhfH.IdentifyOption 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 int getValue()