org.argouml.application
Class ArgoVersion

java.lang.Object
  extended byorg.argouml.application.ArgoVersion

public final class ArgoVersion
extends Object

This class only encapsulates the ArgoUML 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 String VERSION
          Version number.
 
Constructor Summary
private ArgoVersion()
          Don't allow instantiation.
 
Method Summary
static 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 String VERSION
Version number.

See Also:
Constant Field Values
Constructor Detail

ArgoVersion

private ArgoVersion()
Don't allow instantiation.

Method Detail

getVersion

public static String getVersion()
Retrieve the version number.

Returns:
the version number.


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