Uses of Enum Class
com.snmp4j.smi.SmiStatus
Packages that use SmiStatus
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 SmiStatus in com.snmp4j.smi
Subclasses with type arguments of type SmiStatus in com.snmp4j.smiModifier and TypeClassDescriptionenumThe SmiStatus enumerates the values of the SMIv1 and v2 STATUS clause.Methods in com.snmp4j.smi that return SmiStatusModifier and TypeMethodDescriptionSmiObject.getStatus()Gets the STATUS clause content of the SMI object.static SmiStatusReturns the enum constant of this class with the specified name.static SmiStatus[]SmiStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.