com.tecit.jni.barcode
Class LicenseKind

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

public class LicenseKind
extends java.lang.Object

The class LicenseKind serves as container for the license kind enumerations.


Field Summary
static int DEVELOPER
          Developer license
static int SINGLE
          Single license
static int SITE
          Site license
static int WEB
          Web license
 
Constructor Summary
LicenseKind()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLE

public static final int SINGLE
Single license

See Also:
Constant Field Values

SITE

public static final int SITE
Site license

See Also:
Constant Field Values

DEVELOPER

public static final int DEVELOPER
Developer license

See Also:
Constant Field Values

WEB

public static final int WEB
Web license

See Also:
Constant Field Values
Constructor Detail

LicenseKind

public LicenseKind()