Uses of Class
org.snmp4j.agent.mo.snmp.StorageType.StorageTypeEnum
-
Packages that use StorageType.StorageTypeEnum Package Description org.snmp4j.agent.mo org.snmp4j.agent.mo.snmp -
-
Uses of StorageType.StorageTypeEnum in org.snmp4j.agent.mo
Method parameters in org.snmp4j.agent.mo with type arguments of type StorageType.StorageTypeEnum Modifier and Type Method Description int
DefaultMOTable. removeAnyStorageType(Set<StorageType.StorageTypeEnum> storageTypeSet)
Remove all rows that have aStorageType
column with a value that matches one of the provided values.protected int
DefaultMOTable. removeAnyStorageType(Set<StorageType.StorageTypeEnum> storageTypeSet, int storageTypeColumn)
-
Uses of StorageType.StorageTypeEnum in org.snmp4j.agent.mo.snmp
Methods in org.snmp4j.agent.mo.snmp that return StorageType.StorageTypeEnum Modifier and Type Method Description static StorageType.StorageTypeEnum
StorageType.StorageTypeEnum. fromValue(int storageTypeValue)
Creates a StorageTypeEnum from its SMI value integer representation.static StorageType.StorageTypeEnum
StorageType.StorageTypeEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static StorageType.StorageTypeEnum[]
StorageType.StorageTypeEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-