| 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 | Class and Description |
|---|---|
class |
SmiSyntaxImpl
The
SmiSyntaxImpl class represents the attributes of a SMI SYNTAX clause. |
| Modifier and Type | Method and Description |
|---|---|
SmiSyntax |
SmiSyntaxImpl.getResolvedSyntax() |
SmiSyntax |
SmiSyntax.getResolvedSyntax()
Returns the resolved syntax.
|
SmiSyntax |
SmiValueType.getSyntax()
Gets the SYNTAX clause of this OBJECT-TYPE or TEXTUAL-CONVENTION.
|
| Constructor and Description |
|---|
SmiSyntaxImpl(String syntaxClause,
SmiSyntaxType syntaxType,
int smiSyntax,
List<SmiSyntaxElement> elementList,
SmiSyntax resolvedSyntax,
String resolvedDisplayHint) |
Copyright © 2015 SNMP4J.com. All Rights Reserved.