public enum OperationMenu extends java.lang.Enum<OperationMenu>
Enum Constant and Description |
---|
COPY_AND_PAST_BARCODE_TO_EPC_MENU |
COPY_AND_PASTE_EOC_TO_EPC_MENU |
DEVICE_INFORMATION_MENU |
READ_BARCODE_MENU |
READ_EPC_MENU |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static OperationMenu |
getOperationMenu(byte data) |
byte |
getValue() |
static OperationMenu |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperationMenu[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationMenu COPY_AND_PAST_BARCODE_TO_EPC_MENU
public static final OperationMenu READ_EPC_MENU
public static final OperationMenu READ_BARCODE_MENU
public static final OperationMenu DEVICE_INFORMATION_MENU
public static final OperationMenu COPY_AND_PASTE_EOC_TO_EPC_MENU
public static OperationMenu[] values()
for (OperationMenu c : OperationMenu.values()) System.out.println(c);
public static OperationMenu 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 static OperationMenu getOperationMenu(byte data) throws ErrorParameterException
ErrorParameterException
public byte getValue()
public java.lang.String getDescription()