Package org.snmp4j.version
Class VersionInfo
java.lang.Object
org.snmp4j.version.VersionInfo
The 
VersionInfo object returns information about the version
 of this SNMP4J release.- Since:
 - 1.9.1e
 - Version:
 - 2.0.0
 - Author:
 - Frank Fock
 
- 
Field Summary
Fields - 
Method Summary
 
- 
Field Details
- 
MAJOR
public static final int MAJOR- See Also:
 
 - 
MINOR
public static final int MINOR- See Also:
 
 - 
UPDATE
public static final int UPDATE- See Also:
 
 - 
PATCH
- See Also:
 
 - 
VERSION
- See Also:
 
 
 - 
 - 
Method Details
- 
getVersion
Gets the version string for this release.- Returns:
 - a string of the form 
major.minor.update[patch]. 
 
 -