public enum MemoryBankSelection extends java.lang.Enum<MemoryBankSelection>
Enum Constant and Description |
---|
EPC
The output data is EPC field data.
|
PC
The output data is PC field fields data.
|
TID
The output data is TID bank data.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Set<MemoryBankSelection> |
getMemoryBankSelections(byte value) |
byte |
getValue() |
static MemoryBankSelection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MemoryBankSelection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MemoryBankSelection PC
public static final MemoryBankSelection EPC
public static final MemoryBankSelection TID
public static MemoryBankSelection[] values()
for (MemoryBankSelection c : MemoryBankSelection.values()) System.out.println(c);
public static MemoryBankSelection 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 byte getValue()
public static java.util.Set<MemoryBankSelection> getMemoryBankSelections(byte value)