Uses of Enum Class
com.snmp4j.smi.SmiType
Packages that use SmiType
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 SmiType in com.snmp4j.smi
Subclasses with type arguments of type SmiType in com.snmp4j.smiModifier and TypeClassDescriptionenumThe SmiType defines the SMI construct (for exampleOBJECT-TYPE) that defined the SMI object.Methods in com.snmp4j.smi that return SmiTypeModifier and TypeMethodDescriptionstatic SmiTypeSmiType.fromJasmiType(int jasmiType) Returns theSmiTypefor a given JASMI type constant.SmiObject.getType()Gets the SMI type of the SMI object.static SmiTypeReturns the enum constant of this class with the specified name.static SmiType[]SmiType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.snmp4j.smi with parameters of type SmiTypeModifier and TypeMethodDescriptionbooleanSmiObjectFilter.passesFilter(SmiType smiType) Determines if the givenSmiTypegenerally passes this filter. -
Uses of SmiType in com.snmp4j.smi.util.json
Methods in com.snmp4j.smi.util.json with parameters of type SmiType