public interface SmiModule
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAsn1Comments()
Gets the ASN.1 comments associated with the MODULE-DEFINITION.
|
List<SmiImport> |
getImports()
Gets the import dependencies of the MIB module (i.e. the IMPORTS constructs content).
|
String |
getModuleName()
Gets the MODULE name as defined by the MODULE-DEFINITION construct of a SMI specification.
|
List<String> |
getObjectNames()
Gets the list of object names assigned to an OID in order of appearance in the MIB specification.
|
List<String> |
getTextualConventionNames()
Gets the list of object names not assigned to an OID in order of appearance in the MIB specification.
|
String getModuleName()
SNMPv2-MIB.String[] getAsn1Comments()
List<SmiImport> getImports()
SmiImport instances.List<String> getObjectNames()
Copyright © 2015 SNMP4J.com. All Rights Reserved.