com.adventnet.snmp.mibs.mibparser
Class ACModule
java.lang.Object
|
+--com.adventnet.snmp.mibs.mibparser.ACModule
- public class ACModule
- extends java.lang.Object
|
Field Summary |
java.util.Vector |
groups
The groups supported by this |
(package private) java.lang.String |
supports
|
(package private) java.util.Vector |
variation
A vector of ACVariation elements |
|
Method Summary |
java.util.Vector |
getIncludes()
Return the Vector containing the String groups supported by this. |
java.lang.String |
getSupports()
The SUPPORTS clause |
java.util.Vector |
getVariation()
The VARIATION clause |
void |
setIncludes(java.util.Vector grps)
Sets the groups supported by this support module |
void |
setSupports(java.lang.String supp)
The SUPPORTS clause |
void |
setVariation(java.util.Vector acv)
The VARIATION clause |
void |
writeElements(java.io.DataOutputStream outp,
java.io.DataOutputStream descOutp)
|
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
supports
java.lang.String supports
groups
public java.util.Vector groups
- The groups supported by this
variation
java.util.Vector variation
- A vector of ACVariation elements
ACModule
public ACModule()
setIncludes
public void setIncludes(java.util.Vector grps)
- Sets the groups supported by this support module
getIncludes
public java.util.Vector getIncludes()
- Return the Vector containing the String groups supported by this.
- See Also:
#setStatus
setVariation
public void setVariation(java.util.Vector acv)
- The VARIATION clause
getVariation
public java.util.Vector getVariation()
- The VARIATION clause
setSupports
public void setSupports(java.lang.String supp)
- The SUPPORTS clause
getSupports
public java.lang.String getSupports()
- The SUPPORTS clause
writeElements
public void writeElements(java.io.DataOutputStream outp,
java.io.DataOutputStream descOutp)
throws java.io.IOException