com.tecit.jni.barcode
Class LicenseProduct

java.lang.Object
  extended by com.tecit.jni.barcode.LicenseProduct

public class LicenseProduct
extends java.lang.Object

The class LicenseProduct serves as container for the license product enumerations.


Field Summary
static int PROD_1D
          Linear bar codes only
static int PROD_2D
          Linear and 2D codes
 
Constructor Summary
LicenseProduct()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROD_1D

public static final int PROD_1D
Linear bar codes only

See Also:
Constant Field Values

PROD_2D

public static final int PROD_2D
Linear and 2D codes

See Also:
Constant Field Values
Constructor Detail

LicenseProduct

public LicenseProduct()