|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.adventnet.snmp.mibs.ModuleCompliance
This class represents a MIB MODULE-COMPLIANCE macro in a module. It is derived from parsing a MIB module. It contains references to its parents and children.
Method Summary | |
java.lang.String |
getDescription()
Returns the value of the DESCRIPTION clause for this ModuleCompliance. |
ModuleComplianceModule |
getMCModule(java.lang.String module)
Returns the ModuleComplianceModule object for the given name. |
java.util.Vector |
getMCModules()
Returns the Vector of ModuleComplianceModule objects. |
java.lang.String |
getName()
Returns the name of this ModuleCompliance object. |
java.lang.String |
getNumberedOIDString()
Returns the numbered oid String of this ModuleCompliance node. |
java.lang.String |
getOIDString()
Returns the named oid String of this ModuleCompliance node. |
java.lang.String |
getReference()
Returns the value of the REFERENCE clause for this ModuleCompliance. |
java.lang.String |
getStatus()
Returns the STATUS value of this ModuleCompliance. |
java.lang.String |
toString()
Returns the name of this ModuleCompliance object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String getName()
toString()
public java.lang.String toString()
toString
in class java.lang.Object
toString()
public java.lang.String getStatus()
public java.util.Vector getMCModules()
public ModuleComplianceModule getMCModule(java.lang.String module)
module
- name of the MODULEpublic java.lang.String getOIDString()
public java.lang.String getNumberedOIDString()
public java.lang.String getDescription()
public java.lang.String getReference()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |