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