com.honeywell.decodemanager.barcode
Class CommonDefine.EngineType

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

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


Field Summary
static int IMAGER
          Engine is a imager.
static int LASER
          Engine is a laser.
static int NONE
          No engine available.
static int UNKNOWN
          Engine is unknown.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static final int UNKNOWN
Engine is unknown.

See Also:
Constant Field Values

NONE

public static final int NONE
No engine available.

See Also:
Constant Field Values

IMAGER

public static final int IMAGER
Engine is a imager.

See Also:
Constant Field Values

LASER

public static final int LASER
Engine is a laser.

See Also:
Constant Field Values