public class SnmpVariation
extends java.lang.Object
SnmpModuleSupport
Constructor and Description |
---|
SnmpVariation(MibValue value,
MibType syntax,
MibType writeSyntax,
SnmpAccess access,
java.util.ArrayList<MibValue> requiredCells,
MibValue defaultValue,
java.lang.String description)
Creates a new SNMP module variation.
|
Modifier and Type | Method and Description |
---|---|
SnmpAccess |
getAccess()
Returns the access mode.
|
MibValueSymbol |
getBaseSymbol()
Returns the base symbol that this variation applies to.
|
MibValue |
getDefaultValue()
Returns the default value.
|
java.lang.String |
getDescription()
Returns the variation description.
|
java.util.ArrayList<MibValue> |
getRequiredCells()
Returns cell values required for creation.
|
MibType |
getSyntax()
Returns the value syntax.
|
MibValue |
getValue()
Returns the value.
|
MibType |
getWriteSyntax()
Returns the value write syntax.
|
java.lang.String |
toString()
Returns a string representation of this object.
|
public SnmpVariation(MibValue value, MibType syntax, MibType writeSyntax, SnmpAccess access, java.util.ArrayList<MibValue> requiredCells, MibValue defaultValue, java.lang.String description)
value
- the variation valuesyntax
- the value syntax, or nullwriteSyntax
- the value write syntax, or nullaccess
- the access mode, or nullrequiredCells
- the cell values required for creationdefaultValue
- the default value, or nulldescription
- the variation descriptionpublic MibValueSymbol getBaseSymbol()
public MibValue getValue()
public MibType getSyntax()
public MibType getWriteSyntax()
public SnmpAccess getAccess()
public java.util.ArrayList<MibValue> getRequiredCells()
MibValue
public MibValue getDefaultValue()
public java.lang.String getDescription()
public java.lang.String toString()
toString
in class java.lang.Object