public static enum UhfH.KeyType extends java.lang.Enum<UhfH.KeyType>
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static UhfH.KeyType |
ValueOf(int value) |
static UhfH.KeyType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UhfH.KeyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UhfH.KeyType master_key
public static final UhfH.KeyType application_maintenance_key
public static final UhfH.KeyType application_master_key
public static final UhfH.KeyType access_password
public static final UhfH.KeyType kill_password
public static final UhfH.KeyType User0_key_for_reading
public static final UhfH.KeyType User0_key_for_writing
public static final UhfH.KeyType User1_key_for_reading
public static final UhfH.KeyType User1_key_for_writing
public static final UhfH.KeyType User2_key_for_reading
public static final UhfH.KeyType User2_key_for_writing
public static final UhfH.KeyType User3_key_for_reading
public static final UhfH.KeyType User3_key_for_writing
public static final UhfH.KeyType User4_key_for_reading
public static final UhfH.KeyType User4_key_for_writing
public static final UhfH.KeyType User5_key_for_reading
public static final UhfH.KeyType User5_key_for_writing
public static final UhfH.KeyType User6_key_for_reading
public static final UhfH.KeyType User6_key_for_writing
public static final UhfH.KeyType User7_key_for_reading
public static final UhfH.KeyType User7_key_for_writing
public static final UhfH.KeyType User8_key_for_reading
public static final UhfH.KeyType User8_key_for_writing
public static final UhfH.KeyType User9_key_for_reading
public static final UhfH.KeyType User9_key_for_writing
public static final UhfH.KeyType User10_key_for_reading
public static final UhfH.KeyType User10_key_for_writing
public static final UhfH.KeyType User11_key_for_reading
public static final UhfH.KeyType User11_key_for_writing
public static final UhfH.KeyType User12_key_for_reading
public static final UhfH.KeyType User12_key_for_writing
public static final UhfH.KeyType User13_key_for_reading
public static final UhfH.KeyType User13_key_for_writing
public static final UhfH.KeyType User14_key_for_reading
public static final UhfH.KeyType User14_key_for_writing
public static final UhfH.KeyType User15_key_for_reading
public static final UhfH.KeyType User15_key_for_writing
public static UhfH.KeyType[] values()
for (UhfH.KeyType c : UhfH.KeyType.values()) System.out.println(c);
public static UhfH.KeyType 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()
public static UhfH.KeyType ValueOf(int value)