public static enum UhfH.LockStyle extends java.lang.Enum<UhfH.LockStyle>
Enum Constant and Description |
---|
SafeMode
Safe mode
|
StorageAreaProperty
Storage Property
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static UhfH.LockStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UhfH.LockStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UhfH.LockStyle StorageAreaProperty
public static final UhfH.LockStyle SafeMode
public static UhfH.LockStyle[] values()
for (UhfH.LockStyle c : UhfH.LockStyle.values()) System.out.println(c);
public static UhfH.LockStyle 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()