to top
Datalogic APIs
public class

Composite

extends PropertyGroup
java.lang.Object
   ↳ com.datalogic.device.configuration.PropertyGroup
     ↳ com.datalogic.decode.configuration.Composite

Class Overview

Composite is the class that configures the EAN.UCC Composite and GS1 Composite Symbologies. The class provides controls over Composite barcode labels (CC-A, CC-B, CC-C and GS1 Composite).

Summary

Fields
public BooleanProperty convertToGs1_128 convertToGs1_128 convert the Composite label to a sequence of one or more GS1-128 barcodes.
public BooleanProperty enable enable enables or disables the symbology.
public BooleanProperty linearTransmissionEnable linearTransmissionEnable enable linear code transmission.
public EnumProperty<UpcEanCompositeMode> upcEanMode upcEanMode controls UPC/EAN label recognition mode.
public CharacterProperty userID userID specifies the symbology identifier (if any).
Public Constructors
Composite(PropertyGetter editor)
This is the constructor of Composite.
[Expand]
Inherited Methods
From class com.datalogic.device.configuration.PropertyGroup
From class java.lang.Object

Fields

public BooleanProperty convertToGs1_128

Added in revision 7

convertToGs1_128 convert the Composite label to a sequence of one or more GS1-128 barcodes.

public BooleanProperty enable

enable enables or disables the symbology.

public BooleanProperty linearTransmissionEnable

Added in revision 25

linearTransmissionEnable enable linear code transmission.

public EnumProperty<UpcEanCompositeMode> upcEanMode

Added in revision 7

upcEanMode controls UPC/EAN label recognition mode.

public CharacterProperty userID

userID specifies the symbology identifier (if any).
The symbology identifier is sent with the label when the global decode property sendCodeId is set to USERDEFINED_IDENTIFIER_BEFORE_LABEL or USERDEFINED_IDENTIFIER_AFTER_LABEL.

Public Constructors

public Composite (PropertyGetter editor)

Added in revision 7

This is the constructor of Composite. All options are initialized by editor.

Parameters
editor A PropertyGetter used to load the current configuration.