public final class BarcodeFormat extends Object
Modifier and Type | Field and Description |
---|---|
static BarcodeFormat |
CODABAR
CODABAR 1D format.
|
static BarcodeFormat |
CODE_128
Code 128 1D format.
|
static BarcodeFormat |
CODE_39
Code 39 1D format.
|
static BarcodeFormat |
CODE_93
Code 93 1D format.
|
static BarcodeFormat |
DATA_MATRIX
Data Matrix 2D barcode format.
|
static BarcodeFormat |
EAN_13
EAN-13 1D format.
|
static BarcodeFormat |
EAN_8
EAN-8 1D format.
|
static BarcodeFormat |
ITF
ITF (Interleaved Two of Five) 1D format.
|
static BarcodeFormat |
PDF417
PDF417 format.
|
static BarcodeFormat |
QR_CODE
QR Code 2D barcode format.
|
static BarcodeFormat |
RSS_EXPANDED
RSS EXPANDED
|
static BarcodeFormat |
RSS14
RSS 14
|
static BarcodeFormat |
UPC_A
UPC-A 1D format.
|
static BarcodeFormat |
UPC_E
UPC-E 1D format.
|
static BarcodeFormat |
UPC_EAN_EXTENSION
UPC/EAN extension format.
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
toString() |
static BarcodeFormat |
valueOf(String name) |
public static final BarcodeFormat QR_CODE
public static final BarcodeFormat DATA_MATRIX
public static final BarcodeFormat UPC_E
public static final BarcodeFormat UPC_A
public static final BarcodeFormat EAN_8
public static final BarcodeFormat EAN_13
public static final BarcodeFormat UPC_EAN_EXTENSION
public static final BarcodeFormat CODE_128
public static final BarcodeFormat CODE_39
public static final BarcodeFormat CODE_93
public static final BarcodeFormat CODABAR
public static final BarcodeFormat ITF
public static final BarcodeFormat RSS14
public static final BarcodeFormat PDF417
public static final BarcodeFormat RSS_EXPANDED
Copyright © 2016. All Rights Reserved.