|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ClearImageJNI.ECiBase ClearImageJNI.FBarcodeType
public class FBarcodeType
Barcode type (symbology) to find
Field Summary | |
---|---|
static FBarcodeType |
cibf4State
4-State postal barcodes: USPS Intelligent Mail, British Postcode, Australian Postcode |
static FBarcodeType |
cibfAddon2
Addon-2 barcode |
static FBarcodeType |
cibfAddon5
Addon-5 barcode |
static FBarcodeType |
cibfAirline2of5
IATA barcode |
static FBarcodeType |
cibfCodabar
Codabar barcode |
static FBarcodeType |
cibfCode128
Code 128 barcode |
static FBarcodeType |
cibfCode32
Code 32 barcode |
static FBarcodeType |
cibfCode39
Code 39 barcode |
static FBarcodeType |
cibfCode93
Code 93 barcode |
static FBarcodeType |
cibfDatalogic2of5
Datalogic barcode |
static FBarcodeType |
cibfEan13
EAN-13 barcode |
static FBarcodeType |
cibfEan8
EAN-8 barcode |
static FBarcodeType |
cibfIndustrial2of5
Industrial barcode |
static FBarcodeType |
cibfInterleaved2of5
Interleaved 2 of 5 barcode |
static FBarcodeType |
cibfMatrix2of5
Matrix barcode |
static FBarcodeType |
cibfPatch
Patch code |
static FBarcodeType |
cibfPostnet
Postnet or Planet barcode |
static FBarcodeType |
cibfUcc128
UCC-128 barcode |
static FBarcodeType |
cibfUpca
UPC-A barcode |
static FBarcodeType |
cibfUpce
UPC-E barcode |
Constructor Summary | |
---|---|
FBarcodeType(FBarcodeType... objects)
Constructor creates bit-masked enumerated value from one or more predefined values |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object __obj)
Compare two enumerated values for being equal |
static FBarcodeType |
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 FBarcodeType cibfInterleaved2of5
public static FBarcodeType cibfCode39
public static FBarcodeType cibfCode128
public static FBarcodeType cibfCodabar
public static FBarcodeType cibfUpca
public static FBarcodeType cibfEan8
public static FBarcodeType cibfCode93
public static FBarcodeType cibfUpce
public static FBarcodeType cibfEan13
public static FBarcodeType cibfAddon2
public static FBarcodeType cibfAddon5
public static FBarcodeType cibfIndustrial2of5
public static FBarcodeType cibfDatalogic2of5
public static FBarcodeType cibfMatrix2of5
public static FBarcodeType cibfAirline2of5
public static FBarcodeType cibfUcc128
public static FBarcodeType cibfPatch
public static FBarcodeType cibfCode32
public static FBarcodeType cibfPostnet
public static FBarcodeType cibf4State
Constructor Detail |
---|
public FBarcodeType(FBarcodeType... objects)
Method Detail |
---|
public boolean equals(java.lang.Object __obj)
equals
in class java.lang.Object
public static FBarcodeType fromInt(int __n)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |