to top
Datalogic APIs
public final enum

InverseMode

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

Class Overview

InverseMode is an enumeration defining the decoding mode for regular/reverse barcodes. This enumeration specifies the allowed options. The type is one of:

REGULAR ONLY Only regular decoding mode is allowed.
REVERSE ONLY Only reverse decoding mode is allowed.
BOTH Both regular and reverse decoding mode are allowed.

Summary

Enum Values
InverseMode  BOTH  Regular and Reverse  
InverseMode  REGULAR_ONLY  Regular decoding mode  
InverseMode  REVERSE_ONLY  Reverse decoding mode  
Public Methods
static InverseMode valueOf(String name)
final static InverseMode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final InverseMode BOTH

Added in revision 17

Regular and Reverse

public static final InverseMode REGULAR_ONLY

Added in revision 17

Regular decoding mode

public static final InverseMode REVERSE_ONLY

Added in revision 17

Reverse decoding mode

Public Methods

public static InverseMode valueOf (String name)

Added in revision 17

public static final InverseMode[] values ()

Added in revision 17