platypus
Class PlatyVersion

java.lang.Object
  extended by platypus.PlatyVersion

public class PlatyVersion
extends java.lang.Object

Contains the Platypus version number (a four-way dotted version counter).

Author:
alb

Field Summary
private static java.lang.String VERSION
          string containing the version number shown in the copyright notice
 
Constructor Summary
PlatyVersion()
           
 
Method Summary
 java.lang.String toString()
          returns the version number
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

VERSION

private static final java.lang.String VERSION
string containing the version number shown in the copyright notice

See Also:
Constant Field Values
Constructor Detail

PlatyVersion

public PlatyVersion()
Method Detail

toString

public java.lang.String toString()
returns the version number

Overrides:
toString in class java.lang.Object
Returns:
the version number as a four-way dotted revision counter


Copyright © 2006-7 Pacific Data Works LLC