com.adventnet.snmp.mibs
Class JdbcACVariation
java.lang.Object
|
+--com.adventnet.snmp.mibs.ACVariation
|
+--com.adventnet.snmp.mibs.JdbcACVariation
- class JdbcACVariation
- extends ACVariation
- implements java.io.Serializable
- 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 default value for this Variation. |
java.lang.String |
getDescription()
Gets the DESCRIPTION string for this Variation. |
java.lang.String |
getName()
Gets the name of the variation. |
LeafSyntax |
getSyntax()
Returns the SYNTAX value of this Variation. |
LeafSyntax |
getWriteSyntax()
Returns the WRITE-SYNTAX value of this Variation. |
(package private) java.lang.String |
printAccess()
|
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
moduleName
java.lang.String moduleName
name
java.lang.String name
acmName
java.lang.String acmName
queryString
java.lang.String queryString
tableName
java.lang.String tableName
rs
java.sql.ResultSet rs
jMibOps
JdbcMibOperations jMibOps
JdbcACVariation
JdbcACVariation()
JdbcACVariation
JdbcACVariation(java.lang.String modulename,
java.lang.String ACMName,
java.lang.String Name,
JdbcMibOperations jdbcMibOps)
getName
public java.lang.String getName()
- Description copied from class: ACVariation
- Gets the name of the variation.
The VRAITAION clause is used for specifying the change or behaviour
of an event or an object or to specify an non implemented event or
a non implemented object.
- Overrides:
- getName in class ACVariation
- Tags copied from class: ACVariation
- Returns:
- the value of VARIATION clause.
getSyntax
public LeafSyntax getSyntax()
- Description copied from class: ACVariation
- Returns the SYNTAX value of this Variation.
- Overrides:
- getSyntax in class ACVariation
- Tags copied from class: ACVariation
- Returns:
- the value of SYNTAX clause as LeafSyntax
object, if present
else, returns null.
getWriteSyntax
public LeafSyntax getWriteSyntax()
- Description copied from class: ACVariation
- Returns the WRITE-SYNTAX value of this Variation.
- Overrides:
- getWriteSyntax in class ACVariation
- Tags copied from class: ACVariation
- Returns:
- the value of WRITE-SYNTAX clause as LeafSyntax
object, if present
else, returns null.
getAccess
public int getAccess()
- Description copied from class: ACVariation
- Gets the implemented ACCESS value for this Variation.
- Overrides:
- getAccess in class ACVariation
- Tags copied from class: ACVariation
- Returns:
- int - the value of the ACCESS clause, if present
else return -1.
getCreationObjects
public java.util.Vector getCreationObjects()
- Description copied from class: ACVariation
- Returns the value of CREATION-REQUIRES field for this Variation.
- Overrides:
- getCreationObjects in class ACVariation
- Tags copied from class: ACVariation
- Returns:
- the Vector - the elements of the Vector are the values
specified in the CREATION-REQUIRES clause, if present.
else empty Vector.
getDefVal
public java.lang.String getDefVal()
- Description copied from class: ACVariation
- Returns the default value for this Variation.
- Overrides:
- getDefVal in class ACVariation
- Tags copied from class: ACVariation
- Returns:
- String - the value of the DEFVAL clause.
if present.
else empty String.
getDescription
public java.lang.String getDescription()
- Description copied from class: ACVariation
- Gets the DESCRIPTION string for this Variation.
- Overrides:
- getDescription in class ACVariation
- Tags copied from class: ACVariation
- Returns:
- String - the value of the DESCRIPTION clause
printAccess
java.lang.String printAccess()