Uses of Enum Class
com.snmp4j.smi.SmiAccess
Packages that use SmiAccess
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 SmiAccess in com.snmp4j.smi
Subclasses with type arguments of type SmiAccess in com.snmp4j.smiModifier and TypeClassDescriptionenumThe SmiMaxAccess enumerates the ACCESS values of SMIv2 for MODULE-COMPLIANCE and AGENT-CAPABILITIES statements, including the deprecatedSmiAccess.writeOnlyfor backward-compatibility.Methods in com.snmp4j.smi that return SmiAccessModifier and TypeMethodDescriptionstatic SmiAccessSmiAccess.fromSmiValue(String smiValue) Gets theMaxAccessfrom a MAX-ACCESS (or ACCESS in SMIv1) clause string.SmiObjectCompliance.getAccess()Gets the MIB-ACCESS clause content.static SmiAccessReturns the enum constant of this class with the specified name.static SmiAccess[]SmiAccess.values()Returns an array containing the constants of this enum class, in the order they are declared.