Package com.casioeurope.mis.edt.constant
Class ScannerLibraryConstant.SYMBOLOGY
Object
SYMBOLOGY
- Enclosing class:
- ScannerLibraryConstant
public static class ScannerLibraryConstant.SYMBOLOGY extends Object
List of SymbologyID constants. Used to specify the SymbologyID of each barcode.
-
Field Summary
Fields Modifier and Type Field Description static int
ALL
All Barcode Typesstatic int
AZTEC
Aztecstatic int
CODABAR
Codabarstatic int
CODABLOCKF
Codablock Fstatic int
CODE128
Code 128static int
CODE32
Code 32static int
CODE39
Code 39static int
CODE93
Code 93static int
COMPOSITE
Compositestatic int
DATAMATRIX
DataMatrixstatic int
EAN13
EAN 13static int
EAN8
EAN 8static int
GS1_128
GS1 128 (EAN 128)static int
GS1_DATABAR
GS1 DataBar (RSS)static int
HANXIN
Han Xinstatic int
ISBT
ISBTstatic int
ITF
ITF (Interleaved 2 of 5)static int
MAXICODE
Maxicodestatic int
MICRO_PDF
Micro PDFstatic int
MSI
MSIstatic int
PDF417
PDF 417static int
QR
QR Code/ Micro QR Codestatic int
UPCA
UPC-Astatic int
UPCE
UPC-E (UPC-E0 / UPC-E1) -
Constructor Summary
Constructors Constructor Description SYMBOLOGY()
-
Method Summary
-
Field Details
-
ALL
public static final int ALLAll Barcode Types- See Also:
- Constant Field Values
-
AZTEC
public static final int AZTECAztec- See Also:
- Constant Field Values
-
CODABAR
public static final int CODABARCodabar- See Also:
- Constant Field Values
-
CODABLOCKF
public static final int CODABLOCKFCodablock F- See Also:
- Constant Field Values
-
CODE128
public static final int CODE128Code 128- See Also:
- Constant Field Values
-
CODE32
public static final int CODE32Code 32- See Also:
- Constant Field Values
-
CODE39
public static final int CODE39Code 39- See Also:
- Constant Field Values
-
CODE93
public static final int CODE93Code 93- See Also:
- Constant Field Values
-
COMPOSITE
public static final int COMPOSITEComposite- See Also:
- Constant Field Values
-
DATAMATRIX
public static final int DATAMATRIXDataMatrix- See Also:
- Constant Field Values
-
EAN13
public static final int EAN13EAN 13- See Also:
- Constant Field Values
-
EAN8
public static final int EAN8EAN 8- See Also:
- Constant Field Values
-
GS1_128
public static final int GS1_128GS1 128 (EAN 128)- See Also:
- Constant Field Values
-
GS1_DATABAR
public static final int GS1_DATABARGS1 DataBar (RSS)- See Also:
- Constant Field Values
-
HANXIN
public static final int HANXINHan Xin- See Also:
- Constant Field Values
-
ISBT
public static final int ISBTISBT- See Also:
- Constant Field Values
-
ITF
public static final int ITFITF (Interleaved 2 of 5)- See Also:
- Constant Field Values
-
MAXICODE
public static final int MAXICODEMaxicode- See Also:
- Constant Field Values
-
MICRO_PDF
public static final int MICRO_PDFMicro PDF- See Also:
- Constant Field Values
-
MSI
public static final int MSIMSI- See Also:
- Constant Field Values
-
PDF417
public static final int PDF417PDF 417- See Also:
- Constant Field Values
-
QR
public static final int QRQR Code/ Micro QR Code- See Also:
- Constant Field Values
-
UPCA
public static final int UPCAUPC-A- See Also:
- Constant Field Values
-
UPCE
public static final int UPCEUPC-E (UPC-E0 / UPC-E1)- See Also:
- Constant Field Values
-
-
Constructor Details
-
SYMBOLOGY
public SYMBOLOGY()
-