chemaxon.jchem.db
Class RegenerationConstants

java.lang.Object
  extended by chemaxon.jchem.db.RegenerationConstants

public class RegenerationConstants
extends java.lang.Object

Contains the constants of the regeneration checker.

Since:
JChem 5.1.3
Author:
Roland Molnar

Field Summary
static java.lang.String[] EXCLUDED_CD_FIELDS
           
static int[] GROUP_TYPE_ANY
           
static int REGENERATION_MODE_NORMAL
           
static int REGENERATION_MODE_NOT_PRECALCULATED
           
static int REGENERATION_MODE_PRECALCULATION
           
static int REGENERATION_TYPE_ANY
           
static int REGENERATION_TYPE_CT
           
static int REGENERATION_TYPE_FULL
           
static int REGENERATION_TYPE_MD
           
static int REGENERATION_TYPE_NONE
           
static int REGENERATION_TYPE_WITHOUT_CT
           
static int TABLE_VERSION_NEWER
           
static int TABLE_VERSION_OK
           
static int TABLE_VERSION_OLDER
           
 
Constructor Summary
RegenerationConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REGENERATION_TYPE_NONE

public static final int REGENERATION_TYPE_NONE
See Also:
Constant Field Values

REGENERATION_TYPE_FULL

public static final int REGENERATION_TYPE_FULL
See Also:
Constant Field Values

REGENERATION_TYPE_CT

public static final int REGENERATION_TYPE_CT
See Also:
Constant Field Values

REGENERATION_TYPE_WITHOUT_CT

public static final int REGENERATION_TYPE_WITHOUT_CT
See Also:
Constant Field Values

REGENERATION_TYPE_MD

public static final int REGENERATION_TYPE_MD
See Also:
Constant Field Values

REGENERATION_TYPE_ANY

public static final int REGENERATION_TYPE_ANY
See Also:
Constant Field Values

GROUP_TYPE_ANY

public static final int[] GROUP_TYPE_ANY

TABLE_VERSION_OK

public static final int TABLE_VERSION_OK
See Also:
Constant Field Values

TABLE_VERSION_OLDER

public static final int TABLE_VERSION_OLDER
See Also:
Constant Field Values

TABLE_VERSION_NEWER

public static final int TABLE_VERSION_NEWER
See Also:
Constant Field Values

REGENERATION_MODE_NORMAL

public static final int REGENERATION_MODE_NORMAL
See Also:
Constant Field Values

REGENERATION_MODE_PRECALCULATION

public static final int REGENERATION_MODE_PRECALCULATION
See Also:
Constant Field Values

REGENERATION_MODE_NOT_PRECALCULATED

public static final int REGENERATION_MODE_NOT_PRECALCULATED
See Also:
Constant Field Values

EXCLUDED_CD_FIELDS

public static final java.lang.String[] EXCLUDED_CD_FIELDS
Constructor Detail

RegenerationConstants

public RegenerationConstants()