com.adventnet.snmp.mibs
Class MibModuleCompliance

java.lang.Object
  |
  +--com.adventnet.snmp.mibs.MibModuleCompliance
All Implemented Interfaces:
java.io.Serializable

Deprecated. This class incorrectly assumes that the ModuleCompliance construct can have only one Module. Instead, the classes ModuleCompliance and ModuleComplianceModule can be used.

public class MibModuleCompliance
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

Method Summary
 java.util.Vector getGroup()
          Deprecated. Returns a Vector of GROUP fields in MODULE-COMPLIANCE
 java.util.Vector getGroupDescription()
          Deprecated. Returns a Vector of the DESCRIPTION fields under GROUP clause in MODULE-COMPLIANCE
 java.lang.String getMandatoryGroup()
          Deprecated. Returns the MANDATORY-GROUP field in MODULE-COMPLIANCE
 java.lang.String getModule()
          Deprecated. Returns the MODULE field in MODULE-COMPLIANCE macro.
 java.util.Vector getObject()
          Deprecated. Returns a Vector of the OBJECT fields in MODULE-COMPLIANCE
 java.util.Vector getObjectAccess()
          Deprecated. Gets the ACCESS fields under OBJECT clause in MODULE-COMPLIANCE.
 java.util.Vector getObjectDescription()
          Deprecated. Returns a Vector of the DESCRIPTION fields under OBJECT clause in MODULE-COMPLIANCE
 java.util.Vector getObjectSyntax()
          Deprecated. Returns a Vector of SYNTAX values under OBJECT clause in MODULE-COMPLIANCE
 java.util.Vector getObjectWriteSyntax()
          Deprecated. Returns a Vector of WRITE-SYNTAX values under the OBJECT clause in MODULE-COMPLIANCE
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getModule

public java.lang.String getModule()
Deprecated. 
Returns the MODULE field in MODULE-COMPLIANCE macro.

getMandatoryGroup

public java.lang.String getMandatoryGroup()
Deprecated. 
Returns the MANDATORY-GROUP field in MODULE-COMPLIANCE

getGroup

public java.util.Vector getGroup()
Deprecated. 
Returns a Vector of GROUP fields in MODULE-COMPLIANCE

getGroupDescription

public java.util.Vector getGroupDescription()
Deprecated. 
Returns a Vector of the DESCRIPTION fields under GROUP clause in MODULE-COMPLIANCE

getObject

public java.util.Vector getObject()
Deprecated. 
Returns a Vector of the OBJECT fields in MODULE-COMPLIANCE

getObjectSyntax

public java.util.Vector getObjectSyntax()
Deprecated. 
Returns a Vector of SYNTAX values under OBJECT clause in MODULE-COMPLIANCE

getObjectWriteSyntax

public java.util.Vector getObjectWriteSyntax()
Deprecated. 
Returns a Vector of WRITE-SYNTAX values under the OBJECT clause in MODULE-COMPLIANCE

getObjectAccess

public java.util.Vector getObjectAccess()
Deprecated. 
Gets the ACCESS fields under OBJECT clause in MODULE-COMPLIANCE.
Returns:
Vector containing the corresponding integer value of the ACCESS.

getObjectDescription

public java.util.Vector getObjectDescription()
Deprecated. 
Returns a Vector of the DESCRIPTION fields under OBJECT clause in MODULE-COMPLIANCE


Copyright (c)AdventNet Inc., 1996-2004