to top
Datalogic APIs
public final enum

UpcEanCompositeMode

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

Class Overview

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

Summary

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

Enum Values

public static final UpcEanCompositeMode ALWAYS_LINKED

Added in revision 7

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

public static final UpcEanCompositeMode AUTO

Added in revision 7

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

public static final UpcEanCompositeMode NEVER_LINKED

Added in revision 7

Transmit the only UPC/EAN part of a GS1 Composite barcode, if found

Public Methods

public static UpcEanCompositeMode valueOf (String name)

Added in revision 7

public static final UpcEanCompositeMode[] values ()

Added in revision 7