| |
|
| java.lang.Object org.acm.seguin.JRefactoryVersion
JRefactoryVersion | public class JRefactoryVersion (Code) | | The current version of JRefactory
author: Chris Seguin |
getBuild | public int getBuild()(Code) | | Gets the Build attribute of the JRefactoryVersion object
The Build value |
getMajorVersion | public int getMajorVersion()(Code) | | Gets the MajorVersion attribute of the JRefactoryVersion object
The MajorVersion value |
getMinorVersion | public int getMinorVersion()(Code) | | Gets the MinorVersion attribute of the JRefactoryVersion object
The MinorVersion value |
toString | public String toString()(Code) | | Converts the JRefactoryVersion to a string
a string representing the version |
|
|
|