# Print output for @column tags ?>
public
final
enum
BarcodeType2
extends Enum<BarcodeType2>
java.lang.Object | ||
↳ | java.lang.Enum<com.vuzix.sdk.barcode.BarcodeType2> | |
↳ | com.vuzix.sdk.barcode.BarcodeType2 |
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 | |
---|---|
BarcodeType2 |
AZTEC
|
BarcodeType2 |
CODABAR
|
BarcodeType2 |
CODE_128
|
BarcodeType2 |
CODE_39
|
BarcodeType2 |
CODE_93
|
BarcodeType2 |
DATA_MATRIX
|
BarcodeType2 |
EAN_13
|
BarcodeType2 |
EAN_8
|
BarcodeType2 |
ITF
|
BarcodeType2 |
MAXICODE
|
BarcodeType2 |
PDF_417
|
BarcodeType2 |
QR_CODE
|
BarcodeType2 |
RSS_14
|
BarcodeType2 |
RSS_EXPANDED
|
BarcodeType2 |
UPC_A
|
BarcodeType2 |
UPC_E
|
BarcodeType2 |
UPC_EAN_EXTENSION
|
Public methods | |
---|---|
static
BarcodeType2
|
valueOf(String name)
|
static
final
BarcodeType2[]
|
values()
|
public static BarcodeType2 valueOf (String name)
Parameters | |
---|---|
name |
String |
Returns | |
---|---|
BarcodeType2 |