Package | Description |
---|---|
org.snmp4j.agent.mo | |
org.snmp4j.agent.mo.snmp |
Modifier and Type | Method | Description |
---|---|---|
int |
DefaultMOTable.removeAnyStorageType(java.util.Set<StorageType.StorageTypeEnum> storageTypeSet) |
Remove all rows that have a
StorageType column with a value that matches one of the provided values. |
protected int |
DefaultMOTable.removeAnyStorageType(java.util.Set<StorageType.StorageTypeEnum> storageTypeSet,
int storageTypeColumn) |
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(java.lang.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.
|
Copyright © 2018 SNMP4J.org. All rights reserved.