# Print output for @column tags ?>
public
final
enum
BarcodeType
extends Enum<BarcodeType>
java.lang.Object | ||
↳ | java.lang.Enum<com.vuzix.sdk.barcode.BarcodeType> | |
↳ | com.vuzix.sdk.barcode.BarcodeType |
This enum is deprecated.
As of Scanner 2
BarcodeType represents the types of barcodes supported by the barcode scanning library. Use this enum to limit the types of barcodes that are scanned for or to determine what type of barcode was located within an image.
Enum values | |
---|---|
BarcodeType |
AZTEC
|
BarcodeType |
CODABAR
|
BarcodeType |
CODE_11
|
BarcodeType |
CODE_128
|
BarcodeType |
CODE_128_GS1
|
BarcodeType |
CODE_25_COOP
|
BarcodeType |
CODE_25_IATA
|
BarcodeType |
CODE_25_INTERLEAVED
|
BarcodeType |
CODE_25_INVERTED
|
BarcodeType |
CODE_25_ITF14
|
BarcodeType |
CODE_25_MATRIX
|
BarcodeType |
CODE_25_STANDARD
|
BarcodeType |
CODE_39
|
BarcodeType |
CODE_93
|
BarcodeType |
DATA_MATRIX
|
BarcodeType |
DOTCODE
|
BarcodeType |
EAN_13
|
BarcodeType |
EAN_8
|
BarcodeType |
IMB
|
BarcodeType |
MAXICODE
|
BarcodeType |
MSI
|
BarcodeType |
PDF_417
|
BarcodeType |
PLANET
|
BarcodeType |
POSTNET
|
BarcodeType |
QR
|
BarcodeType |
QR_MICRO
|
BarcodeType |
ROYALMAIL
|
BarcodeType |
RSS_14
|
BarcodeType |
RSS_14_STACK
|
BarcodeType |
RSS_EXP
|
BarcodeType |
RSS_LIM
|
BarcodeType |
UPC_A
|
BarcodeType |
UPC_E
|
Public methods | |
---|---|
static
BarcodeType
|
valueOf(String name)
|
static
final
BarcodeType[]
|
values()
|