public interface MOMutableTableRow extends MOTableRow
MOMutableTableRow
extends MOTableRow
by
means to change a cells value and to support modifications (i.e. row creation
and deletion) across related tables.Modifier and Type | Method and Description |
---|---|
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.
|
getBaseRow, getIndex, getValue, size
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 MOTableRow
baseRow
- the base row.Copyright © 2016 SNMP4J.org. All rights reserved.