java.lang.Object | ||
↳ | com.datalogic.device.configuration.PropertyGroup | |
↳ | com.datalogic.decode.configuration.UpcEanExtensions |
UpcEanExtensions
is the class that configures the UPC/EAN
Extensions.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
enable2Digit | enable2Digit requires a 2 digit extension to be verified for
a successful decode of a label. |
||||||||||
enable5Digit | enable5Digit requires a 5 digit extension to be verified for
a successful decode of a label
|
||||||||||
require | require indicates that are read only barcode with the
supplemental label. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This is the constructor of UpcEanExtensions.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.datalogic.device.configuration.PropertyGroup
| |||||||||||
From class
java.lang.Object
|
enable2Digit
requires a 2 digit extension to be verified for
a successful decode of a label.
enable5Digit
requires a 5 digit extension to be verified for
a successful decode of a label
require
indicates that are read only barcode with the
supplemental label. If the parameter is false are read barcodes with or
without the supplemental labels.
This is the constructor of UpcEanExtensions. All options are initialized by editor.
editor | A PropertyGetter used to load the current barcode family.
|
---|