com.honeywell.decodemanager.barcode
Class CommonDefine.OCRTemplate

java.lang.Object
  extended by com.honeywell.decodemanager.barcode.CommonDefine.OCRTemplate
Enclosing class:
CommonDefine

public static final class CommonDefine.OCRTemplate
extends java.lang.Object


Field Summary
static int ISBN
          Internal ISBN template.
static int MICRE13B
          Internal MicrE-13 B template.
static int PASSPORT
          Internal passport template.
static int PRICE_FIELD
          Internal price field template
static int USER
          User defined template.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER

public static final int USER
User defined template. Enabled by default.

See Also:
Constant Field Values

PASSPORT

public static final int PASSPORT
Internal passport template.

See Also:
Constant Field Values

ISBN

public static final int ISBN
Internal ISBN template.

See Also:
Constant Field Values

PRICE_FIELD

public static final int PRICE_FIELD
Internal price field template

See Also:
Constant Field Values

MICRE13B

public static final int MICRE13B
Internal MicrE-13 B template.

See Also:
Constant Field Values