to top
Datalogic APIs
public final enum

CameraWedgeBarcodeType

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

Class Overview

The CameraWedgeBarcodeType is an enumeration defining the symbology of the barcode generated by the camera wedge.

Summary

Enum Values
CameraWedgeBarcodeType  DATAMATRIX  Convert in the Datamatrix symbology. 
CameraWedgeBarcodeType  NATIVE  Keep the symbology of the original barcode. 
CameraWedgeBarcodeType  QRCODE  Convert in the QR Code symbology. 
Public Methods
static CameraWedgeBarcodeType valueOf(String name)
final static CameraWedgeBarcodeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final CameraWedgeBarcodeType DATAMATRIX

Added in revision 43

Convert in the Datamatrix symbology.

public static final CameraWedgeBarcodeType NATIVE

Added in revision 43

Keep the symbology of the original barcode.

public static final CameraWedgeBarcodeType QRCODE

Added in revision 43

Convert in the QR Code symbology.

Public Methods

public static CameraWedgeBarcodeType valueOf (String name)

Added in revision 43

public static final CameraWedgeBarcodeType[] values ()

Added in revision 43