ClearImageJNI
Class EBarcodeAlgorithm

java.lang.Object
  extended by ezjcom.JComEnumeration
      extended by ClearImageJNI.EBarcodeAlgorithm

public class EBarcodeAlgorithm
extends JComEnumeration

Barcode recognition algorithm


Field Summary
static EBarcodeAlgorithm cibBestRecognition
          Find poor quality and damaged barcodes
static EBarcodeAlgorithm cibBestSpeed
          Fastest barcode recognition
 
Fields inherited from class ezjcom.JComEnumeration
__Ezj_value
 
Constructor Summary
protected EBarcodeAlgorithm(int __n)
          Default constructor (protected; use intToEnumeratedValue to obtain enumerated values from integers.)
 
Method Summary
 boolean equals(java.lang.Object __obj)
          Compare two enumerated values for being equal
static EBarcodeAlgorithm intToEnumeratedValue(int __n)
          Returns an enumerated value corresponding to a given integer.
 
Methods inherited from class ezjcom.JComEnumeration
getEnumeratedIntValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cibBestSpeed

public static EBarcodeAlgorithm cibBestSpeed
Fastest barcode recognition


cibBestRecognition

public static EBarcodeAlgorithm cibBestRecognition
Find poor quality and damaged barcodes

Constructor Detail

EBarcodeAlgorithm

protected EBarcodeAlgorithm(int __n)
Default constructor (protected; use intToEnumeratedValue to obtain enumerated values from integers.)

Method Detail

equals

public boolean equals(java.lang.Object __obj)
Compare two enumerated values for being equal

Overrides:
equals in class java.lang.Object

intToEnumeratedValue

public static EBarcodeAlgorithm intToEnumeratedValue(int __n)
Returns an enumerated value corresponding to a given integer.