SourceForge.net Logo

org.netsnmp
Class SNMPVersion

java.lang.Object
  |
  +--org.netsnmp.SNMPVersion
All Implemented Interfaces:
Serializable

public final class SNMPVersion
extends Object
implements Serializable

Type self enum pattern used to specify which version of SNMP is in use with sessions

See Also:
Serialized Form

Field Summary
 String name
           
 int version
           
 
Method Summary
 boolean equals(Object obj)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

version

public final int version

name

public final String name
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

SourceForge.net Logo