|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ggf.drmaa.Version
public class Version
The Version class is a holding class for the major and minor version numbers of the GridWay DRMAA implementation.
Constructor Summary | |
---|---|
Version(int major,
int minor)
Constructor that initialize the major and minor values |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
int |
comparteTo(java.lang.Object obj)
Compares this object with the specified object for order. |
boolean |
equals(java.lang.Object obj)
|
int |
getMajor()
This method gets the major versions of the DRMAA JAVA binding specification implemented by the DRMAA implementation. |
int |
getMinor()
This method gets the minor versions of the DRMAA JAVA binding specification implemented by the DRMAA implementation. |
int |
hashCode()
This method return the hash code of the DRMAA JAVA binding specification implemented by the DRMAA implementation. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Version(int major, int minor)
Method Detail |
---|
public int getMajor()
public int getMinor()
public int comparteTo(java.lang.Object obj)
public java.lang.Object clone()
clone
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |