| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.datalogic.decode.configuration.Code128Gs1Conversion | |
Code128Gs1Conversion is an enumeration defining the conversion used for GS1-128 barcodes.
The type is one of:
| DISABLED | No conversion. |
| GTIN | Take only the GTIN portion of the barcode and convert it to GTIN format. |
| UPCA_EAN13_COMPATIBILITY | Take only the GTIN portion of the barcode and convert it to the shortest option between GTIN, EAN13 and UPCA. |
| SHORTEST_UPC_EAN_COMPATIBILITY | Take only the GTIN portion of the barcode and convert it to the shortest option between GTIN, EAN13, UPCA, EAN8 and UPCE. |
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Code128Gs1Conversion | DISABLED | No conversion. | |||||||||
| Code128Gs1Conversion | GTIN | Take only the GTIN portion of the barcode and convert it to GTIN format. | |||||||||
| Code128Gs1Conversion | SHORTEST_UPC_EAN_COMPATIBILITY | Take only the GTIN portion of the barcode and convert it to the shortest option between GTIN, EAN13, UPCA, EAN8 and UPCE. | |||||||||
| Code128Gs1Conversion | UPCA_EAN13_COMPATIBILITY | Take only the GTIN portion of the barcode and convert it to the shortest option between GTIN, EAN13 and UPCA. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Take only the GTIN portion of the barcode and convert it to GTIN format.
Take only the GTIN portion of the barcode and convert it to the shortest option between GTIN, EAN13, UPCA, EAN8 and UPCE.
Take only the GTIN portion of the barcode and convert it to the shortest option between GTIN, EAN13 and UPCA.