mapss.dif
Class DIFVersion

java.lang.Object
  extended by mapss.dif.DIFVersion

public class DIFVersion
extends java.lang.Object

Version class for the DIF package. DIFVersion is a class simply to allow programmers to query what version of the DIF package is in use.

Version:
$Id: DIFVersion.java 409 2007-05-13 19:47:16Z plishker $
Author:
William Plishker

Constructor Summary
protected DIFVersion()
          Empty default constructor.
 
Method Summary
static java.lang.String DIFPackageVersion()
          Return the version of the DIF package being used.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DIFVersion

protected DIFVersion()
Empty default constructor.

Method Detail

DIFPackageVersion

public static java.lang.String DIFPackageVersion()
Return the version of the DIF package being used. The latest version is 1.0.3

Returns:
String of the version of the DIF package.