Uses of Class
org.snmp4j.mp.SnmpConstants.StorageTypeEnum
-
Packages that use SnmpConstants.StorageTypeEnum Package Description org.snmp4j.mp Provides classes and interfaces for the SNMP message processing.org.snmp4j.security Provides classes and interfaces for authentication and privacy of SNMP(v3) messages. -
-
Uses of SnmpConstants.StorageTypeEnum in org.snmp4j.mp
Methods in org.snmp4j.mp that return SnmpConstants.StorageTypeEnum Modifier and Type Method Description static SnmpConstants.StorageTypeEnum
SnmpConstants.StorageTypeEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SnmpConstants.StorageTypeEnum[]
SnmpConstants.StorageTypeEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SnmpConstants.StorageTypeEnum in org.snmp4j.security
Methods in org.snmp4j.security that return SnmpConstants.StorageTypeEnum Modifier and Type Method Description SnmpConstants.StorageTypeEnum
UsmUserEntry. getStorageType()
Methods in org.snmp4j.security with parameters of type SnmpConstants.StorageTypeEnum Modifier and Type Method Description void
UsmUserEntry. setStorageType(SnmpConstants.StorageTypeEnum storageType)
-