class IO2GRow

Parents
IAddRef

Brief

The class provides access to abstract row information.

Details

The class represents a table row as a set of cells and provides access to cell information. The class base is a base class for all table rows. An abstract row can be cast to a specific row.

An instance of the class can be obtained directly by calling the following methods:
IO2GGenericTableResponseReader.getGenericRow
IO2GTable.getNextGenericRow
IO2GTable.getNextGenericRowByColumnValue
IO2GTable.getNextGenericRowByColumnValues
IO2GTable.getNextGenericRowByMultiColumnValues

Public Methods

columns

Gets the columns of the table.

getCell

Gets value of a table cell.

getTableType

Gets the type of the table.

isCellChanged

Gets a flag indicating whether the value of the cell is changed.

back