| java.lang.Object | ||
| ↳ | com.datalogic.device.configuration.PropertyGroup | |
| ↳ | com.datalogic.decode.configuration.Composite | |
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).
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| convertToGs1_128 | convertToGs1_128 convert the Composite label to a sequence of one or more
GS1-128 barcodes. |
||||||||||
| enable | enable enables or disables the symbology. |
||||||||||
| linearTransmissionEnable | linearTransmissionEnable enable linear code transmission. |
||||||||||
| upcEanMode | upcEanMode controls UPC/EAN label recognition mode. |
||||||||||
| userID | userID specifies the symbology identifier (if any). |
||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This is the constructor of Composite.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.datalogic.device.configuration.PropertyGroup
| |||||||||||
From class
java.lang.Object
| |||||||||||
convertToGs1_128 convert the Composite label to a sequence of one or more
GS1-128 barcodes.
linearTransmissionEnable enable linear code transmission.
upcEanMode controls UPC/EAN label recognition mode.
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.
This is the constructor of Composite. All options are initialized by editor.
| editor | A PropertyGetter used to load the current configuration.
|
|---|