to top
Datalogic APIs
public final enum

Code128ExtendedAsciiMode

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

Class Overview

Code128ExtendedAsciiMode is an enumeration defining the Extended ASCII support for Code 128 barcodes. This enumeration specifies the allowed options. The type is one of:

DISABLED Extended ASCII support disabled.
BASIC Only single FNC4 code are evaluated.
FULL Fully implement FNC4 evaluation.

Summary

Enum Values
Code128ExtendedAsciiMode  BASIC  Basic Extended ASCII support, only single FNC4 code are evaluated  
Code128ExtendedAsciiMode  DISABLED  Extended ASCII support disabled  
Code128ExtendedAsciiMode  FULL  Full Extended ASCII support, fully implement FNC4 evaluation  
Public Methods
static Code128ExtendedAsciiMode valueOf(String name)
final static Code128ExtendedAsciiMode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final Code128ExtendedAsciiMode BASIC

Added in revision 33

Basic Extended ASCII support, only single FNC4 code are evaluated

public static final Code128ExtendedAsciiMode DISABLED

Added in revision 33

Extended ASCII support disabled

public static final Code128ExtendedAsciiMode FULL

Added in revision 33

Full Extended ASCII support, fully implement FNC4 evaluation

Public Methods

public static Code128ExtendedAsciiMode valueOf (String name)

Added in revision 33

public static final Code128ExtendedAsciiMode[] values ()

Added in revision 33