|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspread.SpreadVersion
public class SpreadVersion
A SpreadVersion object is used to get the version of spread that is being used.
Field Summary | |
---|---|
private int |
majorVersion
|
private int |
minorVersion
|
private int |
patchVersion
|
Constructor Summary | |
---|---|
SpreadVersion()
|
Method Summary | |
---|---|
int |
getMajorVersion()
Returns the spread major version as an int. |
int |
getMinorVersion()
Returns the spread minor version as an int. |
int |
getPatchVersion()
Returns the spread patch version as an int. |
float |
getVersion()
Returns the spread version as a float. |
java.lang.String |
toString()
Returns the spread version in string form. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int majorVersion
private int minorVersion
private int patchVersion
Constructor Detail |
---|
public SpreadVersion()
Method Detail |
---|
public float getVersion()
public int getMajorVersion()
public int getMinorVersion()
public int getPatchVersion()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |