org.snmp4j.version
Class VersionInfo

java.lang.Object
  extended by org.snmp4j.version.VersionInfo

public class VersionInfo
extends java.lang.Object

The VersionInfo object returns information about the version of this SNMP4J release.

Since:
1.9.1e
Version:
1.9.2
Author:
Frank Fock

Field Summary
static int MAJOR
           
static int MINOR
           
static java.lang.String PATCH
           
static int UPDATE
           
static java.lang.String VERSION
           
 
Method Summary
static java.lang.String getVersion()
          Gets the version string for this release.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAJOR

public static final int MAJOR
See Also:
Constant Field Values

MINOR

public static final int MINOR
See Also:
Constant Field Values

UPDATE

public static final int UPDATE
See Also:
Constant Field Values

PATCH

public static final java.lang.String PATCH
See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
See Also:
Constant Field Values
Method Detail

getVersion

public static final java.lang.String getVersion()
Gets the version string for this release.

Returns:
a string of the form major.minor.update[patch].

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.