|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.adventnet.snmp.mibs.ModuleComplianceModule
Method Summary | |
java.lang.String |
getGroupDescr(java.lang.String groupName)
Returns the description for the given group name. |
java.util.Vector |
getGroups()
Returns a Vector of groups defined in this ModuleCompliance Module. |
java.util.Vector |
getMandatoryGroups()
Retuns a Vector of MandatoryGroups defined in this ModuleCompliance Module. |
java.lang.String |
getName()
Returns the name of this ModuleComplianceModule object. |
java.lang.String |
getObjectDescr(java.lang.String objectName)
Returns the description for the given object name. |
java.lang.String |
getObjectMinAccess(java.lang.String objectName)
Returns the MIN-ACCESS value of the OBJECT with the given object name. |
java.util.Vector |
getObjects()
Returns a Vector of objects defined in this ModuleCompliance Module. |
java.lang.String |
getObjectSyntax(java.lang.String objectName)
Returns the SYNTAX value of the OBJECT with the given name. |
java.lang.String |
getObjectWriteSyntax(java.lang.String objectName)
Returns the WRITE-SYNTAX value of the OBJECT with the given object name. |
java.lang.String |
toString()
Returns the name of this ModuleComplianceModule 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.util.Vector getMandatoryGroups()
public java.util.Vector getObjects()
public java.util.Vector getGroups()
public java.lang.String getGroupDescr(java.lang.String groupName)
public java.lang.String getObjectDescr(java.lang.String objectName)
public java.lang.String getObjectSyntax(java.lang.String objectName)
public java.lang.String getObjectWriteSyntax(java.lang.String objectName)
public java.lang.String getObjectMinAccess(java.lang.String objectName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |