jcuda.jnpp
Class NppLibraryVersion

java.lang.Object
  extended by jcuda.jnpp.NppLibraryVersion

public class NppLibraryVersion
extends java.lang.Object

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

major

public int major
Major version number


minor

public int minor
Minor version number


build

public int build
Build number. This reflects the nightly build this release was made from.

Constructor Detail

NppLibraryVersion

public NppLibraryVersion(int major,
                         int minor,
                         int build)
Creates a new NppLibraryVersion with the given version information

Parameters:
major - The major version number
minor - The minor version number
build - The build number
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object