Uses of Class
net.percederberg.mibble.MibValueSymbol

Packages that use MibValueSymbol
net.percederberg.mibble Provides the SNMP MIB file loading and validation classes.  
net.percederberg.mibble.type Provides the primitive ASN.1 type classes.  
net.percederberg.mibble.value Provides the primitive ASN.1 value classes.  
 

Uses of MibValueSymbol in net.percederberg.mibble
 

Methods in net.percederberg.mibble that return MibValueSymbol
 MibValueSymbol Mib.getSymbolByValue(java.lang.String value)
          Returns a value symbol from this MIB.
 MibValueSymbol Mib.getSymbolByValue(MibValue value)
          Returns a value symbol from this MIB.
 MibValueSymbol MibValue.getReferenceSymbol()
          Returns the value reference symbol.
 

Methods in net.percederberg.mibble with parameters of type MibValueSymbol
 void MibValue.setReferenceSymbol(MibValueSymbol symbol)
          Sets the value reference symbol.
 

Uses of MibValueSymbol in net.percederberg.mibble.type
 

Methods in net.percederberg.mibble.type that return MibValueSymbol
 MibValueSymbol[] BitSetType.getAllSymbols()
          Returns all named bit values.
 MibValueSymbol[] IntegerType.getAllSymbols()
          Returns all named integer values.
 

Uses of MibValueSymbol in net.percederberg.mibble.value
 

Methods in net.percederberg.mibble.value that return MibValueSymbol
 MibValueSymbol ObjectIdentifierValue.getSymbol()
          Returns the symbol connected to this object identifier.
 

Methods in net.percederberg.mibble.value with parameters of type MibValueSymbol
 void ObjectIdentifierValue.setSymbol(MibValueSymbol symbol)
          Sets the symbol connected to this object identifier.