public class NppLibraryVersion
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
build
Build number.
|
int |
major
Major version number
|
int |
minor
Minor version number
|
Constructor and Description |
---|
NppLibraryVersion(int major,
int minor,
int build)
Creates a new NppLibraryVersion with the given version information
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public int major
public int minor
public int build