net.percederberg.mibble
Interface MibContext

All Known Implementing Classes:
BitSetType, IntegerType, Mib, SnmpTextualConvention, TypeReference

public interface MibContext

A MIB symbol context. This interface is implemented by all objects that contains multiple named references to MIB symbols.


Method Summary
 MibSymbol getSymbol(java.lang.String name)
          Returns a named MIB symbol.
 

Method Detail

getSymbol

public MibSymbol getSymbol(java.lang.String name)
Returns a named MIB symbol.

Parameters:
name - the symbol name
Returns:
the MIB symbol, or null if not found