|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.percederberg.mib.type.Type | +--net.percederberg.mib.type.SnmpObjectIdentityType
A class for handling type information for the SNMP object identity macro type.
Constructor Summary | |
SnmpObjectIdentityType(int status,
java.lang.String desc)
Creates a new SNMP object identity type with the specified values. |
|
SnmpObjectIdentityType(int status,
java.lang.String desc,
java.lang.String ref)
Creates a new SNMP object identity type with the specified values. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Checks if this type equals another. |
java.lang.String |
toString()
Returns a description of this type. |
void |
transferType(TypeConverter converter)
Transfers the type information from this type to a type converter object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SnmpObjectIdentityType(int status, java.lang.String desc)
status
- the status valuedesc
- the module descriptionpublic SnmpObjectIdentityType(int status, java.lang.String desc, java.lang.String ref)
status
- the status valuedesc
- the module descriptionref
- the reference textMethod Detail |
public boolean equals(java.lang.Object obj)
equals
in class Type
obj
- an object
public java.lang.String toString()
toString
in class Type
public void transferType(TypeConverter converter)
transferType
in class Type
converter
- a type converter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |