|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MOMutableTableRow
The MOMutableTableRow extends MOTableRow by
means to change a cells value and to support modifications (i.e. row creation
and deletion) accross related tables.
| Method Summary | |
|---|---|
void |
setBaseRow(MOTableRow baseRow)
Sets the associated base row. |
void |
setValue(int column,
org.snmp4j.smi.Variable value)
Sets the value of a column of this row. |
| Methods inherited from interface org.snmp4j.agent.mo.MOTableRow |
|---|
getBaseRow, getIndex, getValue, size |
| Method Detail |
|---|
void setValue(int column,
org.snmp4j.smi.Variable value)
column - the (zero-based) column index.value - the new value for the specified column. Implementations of this method
may not check the value's type to match the columns type for performance
reasons. Thus, the caller have to make sure that the type's match to
avoid runtime exceptions later.void setBaseRow(MOTableRow baseRow)
MOTableRow
setBaseRow in interface MOTableRowbaseRow - the base row.
|
Copyright 2005-2010 Frank Fock (SNMP4J.org) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||