public class EnumConstants
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
EnumConstants.BarcodePrintPlace
Enum for all the places to print a barcode.
|
static class |
EnumConstants.ConnectedDeviceModel
Enum for all the model devices.
|
static class |
EnumConstants.EnumBarcodeType
Enum for all the type of barcode.
|
static class |
EnumConstants.EnumDailyReportType
Enum for all the kinds of daily reports.
|
static class |
EnumConstants.EnumPaymentType
Enum for all the payment types.
|
static class |
EnumConstants.EnumReportDepartmentType
Enum for all the type of reports by department.
|
static class |
EnumConstants.EnumReportPLUType
Enum for all the types of Reports by PLU.
|
Modifier and Type | Field and Description |
---|---|
static java.util.Map<java.lang.String,java.lang.Integer> |
constants |
static java.lang.String |
ERROR_NO_RESPONSE |
Constructor and Description |
---|
EnumConstants() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
convertToHex(byte[] data)
Converts byte array to String in hex format.
|