|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.percederberg.mib.type.Type
A class for handling type information for symbols in the MIBs.
Constructor Summary | |
Type()
|
Method Summary | |
abstract boolean |
equals(java.lang.Object obj)
Checks if this type equals another. |
abstract java.lang.String |
toString()
Returns a string description of this type. |
abstract 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 Type()
Method Detail |
public abstract boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- an object
public abstract java.lang.String toString()
toString
in class java.lang.Object
public abstract void transferType(TypeConverter converter)
converter
- a type converter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |