|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ClearImageJNI.ECiBase ClearImageJNI.EBarcodeType
public class EBarcodeType
Recognized barcode type (symbology)
Field Summary | |
---|---|
static EBarcodeType |
cib4State
4State postal barcode |
static EBarcodeType |
cibAddon2
Addon-2 barcode |
static EBarcodeType |
cibAddon5
Addon-5 barcode |
static EBarcodeType |
cibAirline2of5
IATA barcode |
static EBarcodeType |
cibAustralianPost
Australian Post barcode |
static EBarcodeType |
cibBpoPostcode
British Post barcode |
static EBarcodeType |
cibCodabar
Codabar barcode |
static EBarcodeType |
cibCode128
Code 128 barcode |
static EBarcodeType |
cibCode32
Code 32 barcode |
static EBarcodeType |
cibCode39
Code 39 barcode |
static EBarcodeType |
cibCode93
Code 93 barcode |
static EBarcodeType |
cibDatalogic2of5
Datalogic barcode |
static EBarcodeType |
cibDataMatrix
DataMatrix code |
static EBarcodeType |
cibEan13
EAN-13 barcode |
static EBarcodeType |
cibEan8
EAN-8 barcode |
static EBarcodeType |
cibIndustrial2of5
Industrial barcode |
static EBarcodeType |
cibInterleaved2of5
Interleaved 2 of 5 barcode |
static EBarcodeType |
cibMatrix2of5
Matrix barcode |
static EBarcodeType |
cibPatch
Patch code |
static EBarcodeType |
cibPdf417
PDF417 barcode |
static EBarcodeType |
cibPlanet
Planet barcode |
static EBarcodeType |
cibPostnet
Postnet barcode |
static EBarcodeType |
cibQR
QR barcode |
static EBarcodeType |
cibSingaporePost
Singapore Post barcode |
static EBarcodeType |
cibUcc128
UCC-128 barcode |
static EBarcodeType |
cibUpca
UPC-A barcode |
static EBarcodeType |
cibUpce
UPC-E barcode |
static EBarcodeType |
cibUspsIntelligentMail
USPS Inteligent mail barcode |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object __obj)
Compare two enumerated values for being equal |
static EBarcodeType |
fromInt(int __n)
Returns an enumerated value corresponding to a given integer. |
Methods inherited from class ClearImageJNI.ECiBase |
---|
toInt, toString |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static EBarcodeType cibInterleaved2of5
public static EBarcodeType cibCode39
public static EBarcodeType cibCode128
public static EBarcodeType cibCodabar
public static EBarcodeType cibUpca
public static EBarcodeType cibEan8
public static EBarcodeType cibCode93
public static EBarcodeType cibUpce
public static EBarcodeType cibEan13
public static EBarcodeType cibAddon2
public static EBarcodeType cibAddon5
public static EBarcodeType cibCode32
public static EBarcodeType cibIndustrial2of5
public static EBarcodeType cibDatalogic2of5
public static EBarcodeType cibMatrix2of5
public static EBarcodeType cibAirline2of5
public static EBarcodeType cibUcc128
public static EBarcodeType cibPatch
public static EBarcodeType cibPostnet
public static EBarcodeType cibPlanet
public static EBarcodeType cibDataMatrix
public static EBarcodeType cibPdf417
public static EBarcodeType cib4State
public static EBarcodeType cibUspsIntelligentMail
public static EBarcodeType cibBpoPostcode
public static EBarcodeType cibAustralianPost
public static EBarcodeType cibQR
public static EBarcodeType cibSingaporePost
Method Detail |
---|
public boolean equals(java.lang.Object __obj)
equals
in class java.lang.Object
public static EBarcodeType fromInt(int __n)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |