| Package | Description |
|---|---|
| com.snmp4j.smi |
Provides classes and interfaces for parsing, compiling, loading,
and using Management Information Base (MIB) specifications written in Structure of
Management Information (SMI) version 1 and 2 with SNMP4J to format and parse SNMP data.
|
| Modifier and Type | Method and Description |
|---|---|
protected static SmiType |
SmiType.fromJasmiType(int jasmiType) |
SmiType |
SmiObject.getType()
Gets the SMI type of the SMI object.
|
static SmiType |
SmiType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmiType[] |
SmiType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SmiObjectFilter.passesFilter(SmiType smiType)
Determines if the given
SmiType generally passes this filter. |
Copyright © 2015 SNMP4J.com. All Rights Reserved.