org.argouml.application
Class ArgoVersion

java.lang.Object
  |
  +--org.argouml.application.ArgoVersion

public class ArgoVersion
extends java.lang.Object

This class only encapsulates the Argo version string. It should not be edited manually because it is build from the file ArgoVersion.template when necessary.

Since:
Argo0.11.1

Field Summary
private static java.lang.String VERSION
          Version number
 
Constructor Summary
private ArgoVersion()
          Don't allow instantiation
 
Method Summary
static java.lang.String getVersion()
          Retrieve the version number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

private static final java.lang.String VERSION
Version number

See Also:
Constant Field Values
Constructor Detail

ArgoVersion

private ArgoVersion()
Don't allow instantiation

Method Detail

getVersion

public static java.lang.String getVersion()
Retrieve the version number.

Returns:
the version number.


ArgoUML © 1996-2004 (20040306)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook