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).
|
Modifier and Type | Method and Description |
---|---|
static MaxAccess |
MaxAccess.fromSmiValue(String smiValue)
Gets the
MaxAccess from a MAX-ACCESS (or ACCESS in SMIv1) clause string. |
static MaxAccess |
MaxAccess.valueOf(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.
|
Copyright © 2016 SNMP4J.org. All rights reserved.