java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.decode.configuration.UpcEanCompositeMode |
UpcEanCompositeMode
is an enumeration defining the type of transmission in use for GS1 Composite labels containing UPC/EAN barcodes.
UPC/EAN barcode is transmitted always as the first part of a GS1 Composite label. The UpcEanCompositeMode class discriminate the recognition of
linear UPC/EAN part in a GS1 Composite label.
The type is one of:
AUTO | Transmit UPC/EAN labels and then Composite CC-A or Composite CC-B 2D component, if found |
ALWAYS_LINKED | Transmit UPC/EAN labels only if close to Composite CC-A or Composite CC-B 2D components |
NEVER_LINKED | Transmit only UPC/EAN labels independently from Composite CC-A or Composite CC-B 2D presence |
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
UpcEanCompositeMode | ALWAYS_LINKED | Force the only transmission of UPC/EAN labels associable with Composite 2D components. | |||||||||
UpcEanCompositeMode | AUTO | Auto recognize the presence of UPC/EAN labels and Composite 2D component. | |||||||||
UpcEanCompositeMode | NEVER_LINKED | Transmit the only UPC/EAN part of a GS1 Composite barcode, if found |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Force the only transmission of UPC/EAN labels associable with Composite 2D components. If the 2D component is found, transmit both results as two separate labels
Auto recognize the presence of UPC/EAN labels and Composite 2D component. If the 2D component is found, transmit both results as two separate labels
Transmit the only UPC/EAN part of a GS1 Composite barcode, if found