com.sleepycat.je
Class JEVersion

java.lang.Object
  extended by com.sleepycat.je.JEVersion

public class JEVersion
extends Object

Javadoc for this public class is generated via the doc templates in the doc_src directory.


Field Summary
static JEVersion CURRENT_VERSION
          Javadoc for this public instance is generated via the doc templates in the doc_src directory.
 
Method Summary
 int getMajor()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 int getMinor()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 String getNumericVersionString()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 int getPatch()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 String getVersionString()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 String toString()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CURRENT_VERSION

public static final JEVersion CURRENT_VERSION
Javadoc for this public instance is generated via the doc templates in the doc_src directory.

Method Detail

toString

public String toString()
Javadoc for this public method is generated via the doc templates in the doc_src directory.

Overrides:
toString in class Object

getMajor

public int getMajor()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getMinor

public int getMinor()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getPatch

public int getPatch()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getNumericVersionString

public String getNumericVersionString()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getVersionString

public String getVersionString()
Javadoc for this public method is generated via the doc templates in the doc_src directory.



Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.