|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.percederberg.mibble.snmp.SnmpModule
An SNMP module compliance declaration. This declaration is used inside the module compliance type.
Constructor Summary | |
SnmpModule(java.lang.String module,
java.util.ArrayList groups,
java.util.ArrayList compliances)
Creates a new module compliance declaration. |
Method Summary | |
java.util.ArrayList |
getCompliances()
Returns the list of compliances. |
java.util.ArrayList |
getGroups()
Returns the list of mandatory group values. |
java.lang.String |
getModule()
Returns the module name. |
void |
initialize(MibLoaderLog log)
Initializes the object. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SnmpModule(java.lang.String module, java.util.ArrayList groups, java.util.ArrayList compliances)
module
- the module name, or nullgroups
- the list of mandatory group valuescompliances
- the list of compliancesMethod Detail |
public void initialize(MibLoaderLog log) throws MibException
log
- the MIB loader log
MibException
- if an error was encountered during the
initializationpublic java.lang.String getModule()
public java.util.ArrayList getGroups()
MibValue
public java.util.ArrayList getCompliances()
SnmpCompliance
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |