SourceForge.net Logo

org.netsnmp
Class PDU.entry

java.lang.Object
  |
  +--org.netsnmp.PDU.entry
All Implemented Interfaces:
Comparable
Enclosing class:
PDU

public static class PDU.entry
extends Object
implements Comparable

Entry of an individual data item.


Field Summary
 OID oid
           
 ASNValue value
           
 
Constructor Summary
PDU.entry(OID o, ASNValue v)
           
 
Method Summary
 int compareTo(Object obj)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

oid

public OID oid

value

public ASNValue value
Constructor Detail

PDU.entry

public PDU.entry(OID o,
                 ASNValue v)
Method Detail

compareTo

public int compareTo(Object obj)
Specified by:
compareTo in interface Comparable

toString

public String toString()
Overrides:
toString in class Object

SourceForge.net Logo