Package net.percederberg.mib.symbol

Provides MIB symbol handling classes.

See:
          Description

Class Summary
Symbol The base class for all symbols in the MIB file.
TypeSymbol A class containing a type symbol from the MIB file.
ValueSymbol A class containing a value symbol from the MIB file.
 

Package net.percederberg.mib.symbol Description

Provides MIB symbol handling classes. The symbols can roughly be divided into two groups — the type symbols, and the value symbols. The type symbols defines new types that are defined in the MIB file. The value symbols define variables (parameters) that are declared in the MIB file.

Since:
1.0