to top
Datalogic APIs
public class

UpcEanExtensions

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

Class Overview

UpcEanExtensions is the class that configures the UPC/EAN Extensions.

Summary

Fields
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 label
public BooleanProperty require require indicates that are read only barcode with the supplemental label.
Public Constructors
UpcEanExtensions(PropertyGetter editor)
This is the constructor of UpcEanExtensions.
[Expand]
Inherited Methods
From class com.datalogic.device.configuration.PropertyGroup
From class java.lang.Object

Fields

public BooleanProperty enable2Digit

Added in revision 1

enable2Digit requires a 2 digit extension to be verified for a successful decode of a label.

public BooleanProperty enable5Digit

Added in revision 1

enable5Digit requires a 5 digit extension to be verified for a successful decode of a label

public BooleanProperty require

Added in revision 1

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 Constructors

public UpcEanExtensions (PropertyGetter editor)

Added in revision 1

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

Parameters
editor A PropertyGetter used to load the current barcode family.