Uses of Record Class
com.snmp4j.smi.polymorphic.PolymorphicColumnType
Packages that use PolymorphicColumnType
Package
Description
Provides classes and interfaces for parsing, compiling, loading,
and using Management Information Base (MIB) specifications written in Structure of
Management Information (SMI) version 1 and 2 with SNMP4J to format and parse SNMP data.
-
Uses of PolymorphicColumnType in com.snmp4j.smi
Methods in com.snmp4j.smi that return PolymorphicColumnTypeModifier and TypeMethodDescriptionSmiManager.addPolymorphicVariableTypeMapping(org.snmp4j.smi.OID typeColumnOID, PolymorphicColumnType polymorphicColumnType) SmiManager.removePolymorphicVariableTypeMapping(org.snmp4j.smi.OID variableColumnOID) Methods in com.snmp4j.smi with parameters of type PolymorphicColumnTypeModifier and TypeMethodDescriptionSmiManager.addPolymorphicVariableTypeMapping(org.snmp4j.smi.OID typeColumnOID, PolymorphicColumnType polymorphicColumnType) -
Uses of PolymorphicColumnType in com.snmp4j.smi.polymorphic
Methods in com.snmp4j.smi.polymorphic that return PolymorphicColumnTypeModifier and TypeMethodDescriptionPolymorphicVariableFormatter.addPolymorphicVariableTypeMapping(org.snmp4j.smi.OID typeColumnOID, PolymorphicColumnType polymorphicColumnType) Adds a polymorphic variable type mapping.PolymorphicVariableFormatter.removePolymorphicVariableTypeMapping(org.snmp4j.smi.OID variableColumnOID) Removes a polymorphic variable type mapping.Methods in com.snmp4j.smi.polymorphic with parameters of type PolymorphicColumnTypeModifier and TypeMethodDescriptionPolymorphicVariableFormatter.addPolymorphicVariableTypeMapping(org.snmp4j.smi.OID typeColumnOID, PolymorphicColumnType polymorphicColumnType) Adds a polymorphic variable type mapping.