jimm.twice.util
Class Info

java.lang.Object
  extended byjimm.twice.util.Info

public class Info
extends java.lang.Object

A container for the TwICE version number and copyright notice.

Author:
Jim Menard, jimm@io.com

Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String VERSION
           
static int VERSION_MAJOR
           
static int VERSION_MINOR
           
static int VERSION_TWEAK
           
 
Constructor Summary
Info()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION_MAJOR

public static final int VERSION_MAJOR
See Also:
Constant Field Values

VERSION_MINOR

public static final int VERSION_MINOR
See Also:
Constant Field Values

VERSION_TWEAK

public static final int VERSION_TWEAK
See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
See Also:
Constant Field Values

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

Info

public Info()