to top
Datalogic APIs
public final enum

Code128Gs1Conversion

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.decode.configuration.Code128Gs1Conversion

Class Overview

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.

Summary

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
static Code128Gs1Conversion valueOf(String name)
final static Code128Gs1Conversion[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final Code128Gs1Conversion DISABLED

Added in revision 49

No conversion.

public static final Code128Gs1Conversion GTIN

Added in revision 49

Take only the GTIN portion of the barcode and convert it to GTIN format.

public static final Code128Gs1Conversion SHORTEST_UPC_EAN_COMPATIBILITY

Added in revision 49

Take only the GTIN portion of the barcode and convert it to the shortest option between GTIN, EAN13, UPCA, EAN8 and UPCE.

public static final Code128Gs1Conversion UPCA_EAN13_COMPATIBILITY

Added in revision 49

Take only the GTIN portion of the barcode and convert it to the shortest option between GTIN, EAN13 and UPCA.

Public Methods

public static Code128Gs1Conversion valueOf (String name)

Added in revision 49

public static final Code128Gs1Conversion[] values ()

Added in revision 49