| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.datalogic.decode.configuration.CameraWedgeBarcodeType | |
The CameraWedgeBarcodeType is an enumeration defining the symbology
of the barcode generated by the camera wedge.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CameraWedgeBarcodeType | DATAMATRIX | Convert in the Datamatrix symbology. | |||||||||
| CameraWedgeBarcodeType | NATIVE | Keep the symbology of the original barcode. | |||||||||
| CameraWedgeBarcodeType | QRCODE | Convert in the QR Code symbology. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Convert in the Datamatrix symbology.
Keep the symbology of the original barcode.
Convert in the QR Code symbology.