Uses of Class
org.snmp4j.smi.MaxAccess
-
Packages that use MaxAccess Package Description org.snmp4j.smi 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 MaxAccess Modifier and Type Method Description static MaxAccessMaxAccess. fromSmiValue(java.lang.String smiValue)Gets theMaxAccessfrom a MAX-ACCESS (or ACCESS in SMIv1) clause string.static MaxAccessMaxAccess. valueOf(java.lang.String name)Returns 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.
-