Barcode Xpress Mobile for Android

BXTypeConstants Class Reference

Defines the constants which identify the various types of barcodes. More...

List of all members.

Static Public Member Functions

static String toString (long barcodeType)
 Return a string name for a barcode type.

Static Public Attributes

static final long UnknownBarcodeType = 0x00000000
 Unknown type - used as a return value.
static final long Industry2of5BarcodeType = 0x00000001
 Industry 2 of 5.
static final long Interleaved2of5BarcodeType = 0x00000002
 Interleaved 2 of 5.
static final long IATA2of5BarcodeType = 0x00000004
 IATA 2 of 5.
static final long DataLogic2of5BarcodeType = 0x00000008
 DataLogic 2 of 5.
static final long Inverted2of5BarcodeType = 0x00000010
 Inverted 2 of 5.
static final long BCDMatrixBarcodeType = 0x00000020
 BCD Matrix.
static final long Matrix2of5BarcodeType = 0x00000040
 Matrix 2 of 5.
static final long Code32BarcodeType = 0x00000080
 Code 32.
static final long Code39BarcodeType = 0x00000100
 Code 39.
static final long CodabarBarcodeType = 0x00000200
 Codabar.
static final long Code93BarcodeType = 0x00000400
 Code 93.
static final long Code128BarcodeType = 0x00000800
 Code 128.
static final long EAN13BarcodeType = 0x00001000
 EAN 13.
static final long EAN8BarcodeType = 0x00002000
 EAN 8.
static final long UPCABarcodeType = 0x00004000
 UPC-A.
static final long UPCEBarcodeType = 0x00008000
 UPC-E.
static final long Add5BarcodeType = 0x00010000
 Add5.
static final long Add2BarcodeType = 0x00020000
 Add2.
static final long EAN128BarcodeType = 0x00040000
 EAN 12.
static final long PatchCodeBarcodeType = 0x00080000
 Patchcode.
static final long PostNetBarcodeType = 0x00100000
 Post Net.
static final long PDF417BarcodeType = 0x00200000
 PDF 417.
static final long DataMatrixBarcodeType = 0x00400000
 DataMatrix.
static final long Code39ExtendedBarcodeType = 0x00800000
 Code 39 Extended.
static final long Code93ExtendedBarcodeType = 0x01000000
 Code 93 Extended.
static final long QRCodeBarcodeType = 0x02000000
 QR Code.
static final long IntelligentMailBarcodeType = 0x04000000
 Intelligent Mail.
static final long RoyalPost4StateBarcodeType = 0x08000000
 Royal Post 4 State.
static final long AustralianPost4StateBarcodeType = 0x10000000
 Australian Post 4 State.
static final long AztecBarcodeType = 0x20000000
 Aztec.
static final long GS1DataBarType = 0x40000000
 GS1 Databar.
static final long TwoWidthBarcodeType
 All two-width barcode types.
static final long FourWidthBarcodeType
 All four-width barcode types.
static final long All1DBarcodesType
 All one-dimensional barcode types.
static final long CommonMobileBarcodeTypes
 Most common formats for mobile platform.
static final long Common1DMobileBarcodeTypes
 Most common 1D formats for mobile platform Use this if you do not need to find QR codes, as it will yield a performance improvement.
static final long AllBarcodeTypes
 All barcode types.

Detailed Description

Defines the constants which identify the various types of barcodes.

Some constants define a single barcode type, others define groups of barcodes.


Member Function Documentation

static String toString ( long  barcodeType) [inline, static]

Return a string name for a barcode type.

Parameters:
barcodeTypeBarcode type
Returns:
String name for the matching barcode, else "Unknown".

Member Data Documentation

final long All1DBarcodesType [static]
Initial value:

All one-dimensional barcode types.

final long Common1DMobileBarcodeTypes [static]
Initial value:

Most common 1D formats for mobile platform Use this if you do not need to find QR codes, as it will yield a performance improvement.