public interface SmiImport
| Modifier and Type | Method and Description |
|---|---|
String |
getAsn1Comment()
Gets the ASN.1 comment associated with this IMPORT element.
|
List<String> |
getImportedObjectNames()
Gets the list of imported object names from the MIB module specified by
getSourceModuleName(). |
String |
getSourceModuleName()
Gets the MIB module name of the IMPORT source (i.e. the module on which this module depends on.
|
String getSourceModuleName()
SNMPv2-MIB).List<String> getImportedObjectNames()
getSourceModuleName().String getAsn1Comment()
null if no comment is available.Copyright © 2015 SNMP4J.com. All Rights Reserved.