Uses of Enum Class
org.snmp4j.agent.mo.snmp.StorageType.StorageTypeEnum
Packages that use StorageType.StorageTypeEnum
-
Uses of StorageType.StorageTypeEnum in org.snmp4j.agent.mo
Method parameters in org.snmp4j.agent.mo with type arguments of type StorageType.StorageTypeEnumModifier and TypeMethodDescriptionintDefaultMOTable.removeAnyStorageType(Set<StorageType.StorageTypeEnum> storageTypeSet) Remove all rows that have aStorageTypecolumn with a value that matches one of the provided values.protected intDefaultMOTable.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.StorageTypeEnumModifier and TypeMethodDescriptionstatic StorageType.StorageTypeEnumStorageType.StorageTypeEnum.fromValue(int storageTypeValue) Creates a StorageTypeEnum from its SMI value integer representation.static StorageType.StorageTypeEnumReturns the enum constant of this class with the specified name.static StorageType.StorageTypeEnum[]StorageType.StorageTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.