|
|||||||||||
| 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.
| Constructor Summary | |
MibTypeSymbol(FileLocation location,
java.lang.String name,
MibType type)
Creates a new type symbol |
|
| 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, getName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MibTypeSymbol(FileLocation location,
java.lang.String name,
MibType type)
location - the symbol locationname - the symbol nametype - the symbol type| Method Detail |
public void initialize(MibLoaderLog log)
throws MibException
initialize in class MibSymbollog - 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 | ||||||||||