Copyright © 2005 Scientific Applications. All Rights Reserved.

com.sciapp.version
Class TableLibVersion

java.lang.Object
  extended by com.sciapp.version.TableLibVersion

public final class TableLibVersion
extends Object

Class that contains the current TableLib version.


Method Summary
static String getVersion()
          Retrieves the current version as a string.
static Date getVersionDate()
          Retrieves the current version's release date.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getVersion

public static final String getVersion()
Retrieves the current version as a string.

Returns:
the current version string

getVersionDate

public static final Date getVersionDate()
Retrieves the current version's release date.

Returns:
the current version's release date

Copyright © 2005 Scientific Applications. All Rights Reserved.