to top
Datalogic APIs
public class

Ean13

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

Class Overview

Ean13 is the class that configures the EAN-13 Symbology.

Summary

Fields
public EnumProperty<UpcEanAggressiveness> aggressiveness aggressiveness control the aggressiveness for all the UPC/EAN symbologies.
public BooleanProperty compositeEnable compositeEnable allows to use EAN-13 labels in composite barcode.
public BooleanProperty convertToISBN convertToISBN allows to identify ISBN labels and append the check digit (per ISBN guidelines) to the end of the label.
public BooleanProperty convertToISSN convertToISSN allows to identify ISSN labels and append the check digit (per ISSN guidelines) to the end of the label.
public BooleanProperty enable enable enables or disables the symbology.
public BooleanProperty sendChecksum sendChecksum includes the checksum in the label transmission.
public BooleanProperty sendSystemDigit sendSystemDigit includes the system digit in the label transmission, it configures whether the first character should be transmitted.
public CharacterProperty userID userID specifies the symbology identifier (if any).
Public Constructors
Ean13(PropertyGetter editor)
This is the constructor of Ean13.
[Expand]
Inherited Methods
From class com.datalogic.device.configuration.PropertyGroup
From class java.lang.Object

Fields

public EnumProperty<UpcEanAggressiveness> aggressiveness

Added in revision 29

aggressiveness control the aggressiveness for all the UPC/EAN symbologies.

public BooleanProperty compositeEnable

Added in revision 25

compositeEnable allows to use EAN-13 labels in composite barcode.

public BooleanProperty convertToISBN

Added in revision 1

convertToISBN allows to identify ISBN labels and append the check digit (per ISBN guidelines) to the end of the label.

public BooleanProperty convertToISSN

Added in revision 1

convertToISSN allows to identify ISSN labels and append the check digit (per ISSN guidelines) to the end of the label.

public BooleanProperty enable

enable enables or disables the symbology.

public BooleanProperty sendChecksum

Added in revision 1

sendChecksum includes the checksum in the label transmission.

public BooleanProperty sendSystemDigit

Added in revision 6

sendSystemDigit includes the system digit in the label transmission, it configures whether the first character should be transmitted.

public CharacterProperty userID

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.

Public Constructors

public Ean13 (PropertyGetter editor)

Added in revision 1

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

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