public static enum AurParameter.LockMemory extends java.lang.Enum<AurParameter.LockMemory>
Enum Constant and Description |
---|
ACCESS_PASSWORD
Access password memory.
|
EPC
EPC bank.
|
KILL_PASSWORD
Kill password memory.
|
TID
TID bank.
|
USER
USER bank.
|
Modifier and Type | Method and Description |
---|---|
LockMemory |
getValue() |
static AurParameter.LockMemory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AurParameter.LockMemory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AurParameter.LockMemory EPC
public static final AurParameter.LockMemory TID
public static final AurParameter.LockMemory USER
public static final AurParameter.LockMemory ACCESS_PASSWORD
public static final AurParameter.LockMemory KILL_PASSWORD
public static AurParameter.LockMemory[] values()
for (AurParameter.LockMemory c : AurParameter.LockMemory.values()) System.out.println(c);
public static AurParameter.LockMemory 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 LockMemory getValue()