|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.percederberg.mibble.MibSymbol
A MIB symbol. This is the base class for all symbols in a MIB file. Each symbol is typically identified by it's name, which must be unique within the MIB file. All symbols also have a data type.
Constructor Summary | |
MibSymbol(FileLocation location,
java.lang.String name)
Creates a new symbol with the specified name. |
Method Summary | |
FileLocation |
getLocation()
Returns the file location. |
java.lang.String |
getName()
Returns the symbol name. |
abstract void |
initialize(MibLoaderLog log)
Initializes the MIB symbol. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MibSymbol(FileLocation location, java.lang.String name)
name
- the symbol namelocation
- the symbol locationMethod Detail |
public abstract void initialize(MibLoaderLog log) throws MibException
log
- the MIB loader log
MibException
- if an error was encountered during the
initializationpublic FileLocation getLocation()
public java.lang.String getName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |