| 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 |
|---|---|
SmiSyntaxType |
SmiSyntaxImpl.getType() |
SmiSyntaxType |
SmiSyntax.getType()
Returns the type of syntax clause.
|
static SmiSyntaxType |
SmiSyntaxType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmiSyntaxType[] |
SmiSyntaxType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SmiSyntaxImpl(String syntaxClause,
SmiSyntaxType smiSyntaxType,
int smiSyntax,
List<SmiSyntaxElement> smiSyntaxElements) |
SmiSyntaxImpl(String syntaxClause,
SmiSyntaxType syntaxType,
int smiSyntax,
List<SmiSyntaxElement> elementList,
SmiSyntax resolvedSyntax,
String resolvedDisplayHint) |
Copyright © 2015 SNMP4J.com. All Rights Reserved.