|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.percederberg.mibble.MibSymbol | +--net.percederberg.mibble.MibTypeSymbol
A MIB type symbol. This class holds information relevant to a MIB type assignment, i.e. a defined type name.
Method Summary | |
MibType |
getType()
Returns the symbol type. |
void |
initialize(MibLoaderLog log)
Initializes the MIB symbol. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class net.percederberg.mibble.MibSymbol |
getLocation, getMib, getName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public void initialize(MibLoaderLog log) throws MibException
NOTE: This is an internal method that should only be called by the MIB loader.
initialize
in class MibSymbol
log
- the MIB loader log
MibException
- if an error was encountered during the
initializationpublic MibType getType()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |