|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.netsnmp.NativeOID
OID class that supplies access to native OID services
Constructor Summary | |
NativeOID()
|
Method Summary | |
OID |
append(OID oid)
Creates a new OID object appending by appending oid to this one |
int |
compareTo(Object obj)
Compare to another object. |
int |
compareTo(OID oid,
int n)
Compares up to n places in this oid |
String |
toString()
Converts an oid to a dotted integer representation |
String |
toText()
Converts an OID to a text representation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.netsnmp.OID |
length, oids |
Constructor Detail |
public NativeOID()
Method Detail |
public String toString()
toString
in class Object
public int compareTo(Object obj)
compareTo
in interface Comparable
obj
- Object to compare this OID to
public int compareTo(OID oid, int n)
compareTo
in interface OID
oid
- to compare this ton
- compare to n places
public OID append(OID oid)
append
in interface OID
oid
- OID object append
public String toText()
toText
in interface OID
mib_api
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |