public abstract class MibSymbol
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComment()
Returns the symbol comment.
|
MibFileRef |
getFileRef()
Returns the MIB file reference.
|
FileLocation |
getLocation()
Deprecated.
Use the getFileRef() method instead.
|
Mib |
getMib()
Returns the symbol MIB file.
|
java.lang.String |
getName()
Returns the symbol name.
|
java.lang.String |
getText()
Returns the unparsed input MIB text.
|
abstract void |
initialize(MibLoaderLog log)
Initializes the MIB symbol.
|
public abstract void initialize(MibLoaderLog log) throws MibException
NOTE: This is an internal method that should only be called by the MIB loader.
log
- the MIB loader logMibException
- if an error was encountered during the
initializationpublic MibFileRef getFileRef()
public FileLocation getLocation()
public Mib getMib()
public java.lang.String getName()
public java.lang.String getText()
public java.lang.String getComment()