|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ClearImageJNI.ECiBase ClearImageJNI.FBarcodeDiag
public class FBarcodeDiag
Barcode recognition control flags
Field Summary | |
---|---|
static FBarcodeDiag |
cibNoValidation
Disable checksum or ECC validation |
static FBarcodeDiag |
cibRawData
Return un-decoded data |
static FBarcodeDiag |
cibSymbologyIdentifier
Output AIM symbology identifier |
Constructor Summary | |
---|---|
FBarcodeDiag(FBarcodeDiag... 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 FBarcodeDiag |
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 FBarcodeDiag cibRawData
public static FBarcodeDiag cibNoValidation
public static FBarcodeDiag cibSymbologyIdentifier
Constructor Detail |
---|
public FBarcodeDiag(FBarcodeDiag... objects)
Method Detail |
---|
public boolean equals(java.lang.Object __obj)
equals
in class java.lang.Object
public static FBarcodeDiag fromInt(int __n)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |