|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.jnpp.NppLibraryVersion
public class NppLibraryVersion
Java port of a NppLibraryVersion
Field Summary | |
---|---|
int |
build
Build number. |
int |
major
Major version number |
int |
minor
Minor version number |
Constructor Summary | |
---|---|
NppLibraryVersion(int major,
int minor,
int build)
Creates a new NppLibraryVersion with the given version information |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int major
public int minor
public int build
Constructor Detail |
---|
public NppLibraryVersion(int major, int minor, int build)
major
- The major version numberminor
- The minor version numberbuild
- The build numberMethod Detail |
---|
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 |