Uses of Enum
org.snmp4j.smi.MaxAccess
Packages that use MaxAccess
Package
Description
Provides classes for the representation of SMIv1/v2 data types (which also
includes some basic ASN.1 primitive data types).
-
Uses of MaxAccess in org.snmp4j.smi
Methods in org.snmp4j.smi that return MaxAccessModifier and TypeMethodDescriptionstatic MaxAccessMaxAccess.fromSmiValue(String smiValue) Gets theMaxAccessfrom a MAX-ACCESS (or ACCESS in SMIv1) clause string.static MaxAccessReturns the enum constant of this type with the specified name.static MaxAccess[]MaxAccess.values()Returns an array containing the constants of this enum type, in the order they are declared.