java.lang.Object | ||
↳ | com.datalogic.device.configuration.PropertyGroup | |
↳ | com.datalogic.decode.configuration.UpcA |
UpcA
is the class that configures the UPC-A Symbology.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
aggressiveness | aggressiveness control the aggressiveness for all the UPC/EAN symbologies. |
||||||||||
compositeEnable | compositeEnable allows to use UPC-A labels in composite barcode. |
||||||||||
convertToEan13 | convertToEan13 allows to expand the UPC-A labels to their
EAN-13 equivalents. |
||||||||||
enable | enable enables or disables the symbology. |
||||||||||
sendChecksum | sendChecksum includes the checksum in the label
transmission. |
||||||||||
sendSystemDigit | sendSystemDigit includes the system digit in the label
transmission. |
||||||||||
userID | userID specifies the symbology identifier (if any). |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This is the constructor of UpcA.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.datalogic.device.configuration.PropertyGroup
| |||||||||||
From class
java.lang.Object
|
aggressiveness
control the aggressiveness for all the UPC/EAN symbologies.
compositeEnable
allows to use UPC-A labels in composite barcode.
convertToEan13
allows to expand the UPC-A labels to their
EAN-13 equivalents. Any EAN-13 parameters will then apply to the result.
sendChecksum
includes the checksum in the label
transmission.
sendSystemDigit
includes the system digit in the label
transmission. For UPC-A the system digit is always zero.
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 UpcA. All symbology options are initialized by default.
editor | A PropertyGetter used to load the current barcode family.
|
---|