Class Overview
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.
Summary
| 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 |
|
|
[Expand]
Inherited Methods |
From class
java.lang.Enum
|
final
Object
|
clone()
|
|
final
int
|
compareTo(E arg0)
|
|
int
|
compareTo(Object arg0)
|
|
final
boolean
|
equals(Object arg0)
|
|
final
void
|
finalize()
|
|
final
Class<E>
|
getDeclaringClass()
|
|
static
<T extends Enum<T>>
T[]
|
getSharedConstants(Class<T> arg0)
|
|
final
int
|
hashCode()
|
|
final
String
|
name()
|
|
final
int
|
ordinal()
|
|
String
|
toString()
|
|
static
<T extends Enum<T>>
T
|
valueOf(Class<T> arg0, String arg1)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
From interface
java.lang.Comparable
|
abstract
int
|
compareTo(E arg0)
|
|
Enum Values
Public Methods