public class UpcEanExtensions extends PropertyGroup
UpcEanExtensions is the class that configures the UPC/EAN
Extensions.| Modifier and Type | Field and Description |
|---|---|
BooleanProperty |
enable2Digit
enable2Digit requires a 2 digit extension to be verified for
a successful decode of a label. |
BooleanProperty |
enable5Digit
enable5Digit requires a 5 digit extension to be verified for
a successful decode of a label |
BooleanProperty |
require
require indicates that are read only barcode with the
supplemental label. |
| Constructor and Description |
|---|
UpcEanExtensions(PropertyGetter editor)
This is the constructor of UpcEanExtensions.
|
getGroups, getId, getName, getProperties, getPropertyById, getPropertyByName, getPropertyGroupById, getPropertyGroupByName, isFullySupported, isSupported, load, setToDefault, storepublic BooleanProperty require
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.public BooleanProperty enable2Digit
enable2Digit requires a 2 digit extension to be verified for
a successful decode of a label.public BooleanProperty enable5Digit
enable5Digit requires a 5 digit extension to be verified for
a successful decode of a labelpublic UpcEanExtensions(PropertyGetter editor)
editor - A PropertyGetter used to load the current barcode family.