org.acm.seguin
Class JRefactoryVersion

java.lang.Object
  extended by org.acm.seguin.JRefactoryVersion

public class JRefactoryVersion
extends java.lang.Object

The current version of JRefactory

Author:
Chris Seguin

Constructor Summary
JRefactoryVersion()
           
 
Method Summary
 int getBuild()
          Gets the Build attribute of the JRefactoryVersion object
 int getMajorVersion()
          Gets the MajorVersion attribute of the JRefactoryVersion object
 int getMinorVersion()
          Gets the MinorVersion attribute of the JRefactoryVersion object
static void main(java.lang.String[] args)
           
 java.lang.String toString()
          Converts the JRefactoryVersion to a string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JRefactoryVersion

public JRefactoryVersion()
Method Detail

getMajorVersion

public int getMajorVersion()
Gets the MajorVersion attribute of the JRefactoryVersion object

Returns:
The MajorVersion value

getMinorVersion

public int getMinorVersion()
Gets the MinorVersion attribute of the JRefactoryVersion object

Returns:
The MinorVersion value

getBuild

public int getBuild()
Gets the Build attribute of the JRefactoryVersion object

Returns:
The Build value

toString

public java.lang.String toString()
Converts the JRefactoryVersion to a string

Overrides:
toString in class java.lang.Object
Returns:
a string representing the version

main

public static void main(java.lang.String[] args)