Package chemaxon.jchem.version
Class JChemVersionInfo
java.lang.Object
chemaxon.common.version.VersionInfo
chemaxon.jchem.version.JChemVersionInfo
Provides version information of JChem products.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intReturns the internal version number of JChem database tables.Methods inherited from class chemaxon.common.version.VersionInfo
getBuildDate, getBuildTime, getBuildTimestamp, getBuildTimestampStr, getBuildYear, getDisplayVersion, getInternalVersionId, getJavaVersionStr, getOsVersionStr, getVersion, main
-
Constructor Details
-
JChemVersionInfo
public JChemVersionInfo()
-
-
Method Details
-
getJChemTableVersion
public static int getJChemTableVersion()Returns the internal version number of JChem database tables.- Returns:
- the internal version number of JChem database tables, e.g. 23050000.
-