com.adventnet.snmp.mibs
Class ACVariation

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

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

This class represents the VARIATIONS within the module of AGENT-CAPABILITIES which contains the informations like

See Also:
Serialized Form

Method Summary
 int getAccess()
          Gets the implemented ACCESS value for this Variation.
 java.util.Vector getCreationObjects()
          Returns the value of CREATION-REQUIRES field for this Variation.
 java.lang.String getDefVal()
          Returns the value of the DEFVAL field for this Variation.
 java.lang.String getDescription()
          Gets the DESCRIPTION string for this Variation.
 java.lang.String getName()
          Returns the name of this VARIATION clause in the AGENT-CAPABILITIES macro.
 LeafSyntax getSyntax()
          Returns the SYNTAX value of this Variation.
 LeafSyntax getWriteSyntax()
          Returns the WRITE-SYNTAX value of this Variation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Returns the name of this VARIATION clause in the AGENT-CAPABILITIES macro.

getSyntax

public LeafSyntax getSyntax()
Returns the SYNTAX value of this Variation.

getWriteSyntax

public LeafSyntax getWriteSyntax()
Returns the WRITE-SYNTAX value of this Variation.

getAccess

public int getAccess()
Gets the implemented ACCESS value for this Variation.

getCreationObjects

public java.util.Vector getCreationObjects()
Returns the value of CREATION-REQUIRES field for this Variation.

getDefVal

public java.lang.String getDefVal()
Returns the value of the DEFVAL field for this Variation.

getDescription

public java.lang.String getDescription()
Gets the DESCRIPTION string for this Variation.


Copyright (c)AdventNet Inc., 1996-2004