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