java.lang.Objectandroid.device.scanner.configuration.Constants.Symbology
public static final class Constants.Symbology
Field Summary | |
---|---|
static int |
AZTEC
Bar codes of type Aztec. |
static int |
CHINESE25
Bar codes of type Chinese 2 of 5. |
static int |
CODABAR
Bar codes of type Codabar. |
static int |
CODE11
Bar codes of type Code11. |
static int |
CODE128
Bar codes of type Code128. |
static int |
CODE32
Bar codes of type Code32. |
static int |
CODE39
Bar codes of type Code39. |
static int |
CODE93
Bar codes of type Code93. |
static int |
COMPOSITE_CC_AB
Composite bar codes of type CC-A/B. |
static int |
COMPOSITE_CC_C
Composite bar codes of type CC-C. |
static int |
COMPOSITE_TLC39
Composite bar codes of type TLC-39. |
static int |
DATAMATRIX
Bar codes of type Datamatrix. |
static int |
DISCRETE25
Bar codes of type Discrete 2 of 5. |
static int |
EAN13
Bar codes of type EAN-13. |
static int |
EAN8
Bar codes of type EAN-8. |
static int |
GS1_128
Bar codes of type GS1-128. |
static int |
GS1_14
Bar codes of type GS1 Databar-14. |
static int |
GS1_EXP
Bar codes of type GS1 Databar Expanded. |
static int |
GS1_LIMIT
Bar codes of type GS1 Databar Limited. |
static int |
HANXIN
Bar codes of type Hanxin. |
static int |
INTERLEAVED25
Bar codes of type Interleaved 2 of 5. |
static int |
MATRIX25
Bar codes of type Matrix 2 of 5. |
static int |
MAXICODE
Bar codes of type Maxicode. |
static int |
MICROPDF417
Bar codes of type Micropdf417. |
static int |
MSI
Bar codes of type MSI. |
static int |
NONE
No decoded data. |
static int |
PDF417
Bar codes of type PDF-417. |
static int |
POSTAL_4STATE
Bar codes of type POSTAL_4STATE. |
static int |
POSTAL_AUSTRALIAN
Bar codes of type POSTAL_AUSTRALIAN. |
static int |
POSTAL_JAPAN
Bar codes of type POSTAL_JAPAN. |
static int |
POSTAL_KIX
Bar codes of type POSTAL_KIX. |
static int |
POSTAL_PLANET
Bar codes of type POSTAL_PLANET. |
static int |
POSTAL_POSTNET
Bar codes of type POSTAL_POSTNET. |
static int |
POSTAL_ROYALMAIL
Bar codes of type POSTAL_ROYALMAIL. |
static int |
POSTAL_UPUFICS
Bar codes of type POSTAL_UPUFICS. |
static int |
QRCODE
Bar codes of type QR. |
static int |
RESERVED_13
Reserved13 Code. |
static int |
RESERVED_15
Reserved15 Code. |
static int |
RESERVED_16
Reserved16 Code. |
static int |
RESERVED_20
Reserved20 Code. |
static int |
RESERVED_21
Reserved21 Code. |
static int |
RESERVED_27
Reserved27 Code. |
static int |
RESERVED_28
Reserved28 Code. |
static int |
RESERVED_30
Reserved30 Code. |
static int |
RESERVED_33
Reserved33 Code. |
static int |
RESERVED_6
Reserved6 Code. |
static int |
TRIOPTIC
Bar codes of type Trioptic. |
static int |
UPCA
Bar codes of type UPC-A. |
static int |
UPCE
Bar codes of type UPC-E. |
static int |
UPCE1
Bar codes of type UPC-E1. |
Constructor Summary | |
---|---|
Constants.Symbology()
Symbology class is defining constants for different barcode types. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait |
public static final int NONE
public static final int CODE39
public static final int DISCRETE25
public static final int MATRIX25
public static final int INTERLEAVED25
public static final int CODABAR
public static final int RESERVED_6
public static final int CODE93
public static final int CODE128
public static final int UPCA
public static final int UPCE
public static final int EAN13
public static final int EAN8
public static final int RESERVED_13
public static final int MSI
public static final int RESERVED_15
public static final int RESERVED_16
public static final int GS1_14
public static final int GS1_LIMIT
public static final int GS1_EXP
public static final int RESERVED_20
public static final int RESERVED_21
public static final int PDF417
public static final int DATAMATRIX
public static final int MAXICODE
public static final int TRIOPTIC
public static final int CODE32
public static final int RESERVED_27
public static final int RESERVED_28
public static final int MICROPDF417
public static final int RESERVED_30
public static final int QRCODE
public static final int AZTEC
public static final int RESERVED_33
public static final int POSTAL_PLANET
public static final int POSTAL_POSTNET
public static final int POSTAL_4STATE
public static final int POSTAL_UPUFICS
public static final int POSTAL_ROYALMAIL
public static final int POSTAL_AUSTRALIAN
public static final int POSTAL_KIX
public static final int POSTAL_JAPAN
public static final int GS1_128
public static final int COMPOSITE_CC_C
public static final int COMPOSITE_CC_AB
public static final int CHINESE25
public static final int CODE11
public static final int UPCE1
public static final int COMPOSITE_TLC39
public static final int HANXIN
public Constants.Symbology()