to top
Datalogic APIs
public final enum

Isbt128Mode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.decode.configuration.Isbt128Mode

Class Overview

Isbt128Mode is an enumeration defining the decoding mode for ISBT 128 barcodes. This enumeration specifies the allowed options. The type is one of:

SINGLE ONLY Only single ISBT 128 barcode is decoded.
CONCATENATED ONLY Only concatenated ISBT 128 barcode is decoded.
BOTH Both single and concatenated ISBT 128 barcode are allowed.

Summary

Enum Values
Isbt128Mode  BOTH  Single and Concatenated ISBT 128 allowed  
Isbt128Mode  CONCATENATED_ONLY  Concatenated ISBT 128 barcodes allowed  
Isbt128Mode  SINGLE_ONLY  Single ISBT 128 barcode allowed  
Public Methods
static Isbt128Mode valueOf(String name)
final static Isbt128Mode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final Isbt128Mode BOTH

Added in revision 17

Single and Concatenated ISBT 128 allowed

public static final Isbt128Mode CONCATENATED_ONLY

Added in revision 17

Concatenated ISBT 128 barcodes allowed

public static final Isbt128Mode SINGLE_ONLY

Added in revision 17

Single ISBT 128 barcode allowed

Public Methods

public static Isbt128Mode valueOf (String name)

Added in revision 17

public static final Isbt128Mode[] values ()

Added in revision 17