public abstract class DataRow extends Object
| Constructor and Description |
|---|
DataRow(List<String> columnNames)
Creates a new instance of a container for row data.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount()
The count of columns (according to the header).
|
String |
getName(int columnIndex)
The name of column at the given index.
|
abstract String |
getValue(int columnIndex)
Reads the value of the column at the given index.
|
String |
getValue(String columnName)
Reads the value of the column with the given name.
|
public int getColumnCount()
public String getName(int columnIndex)
columnIndex - the index of the columnpublic abstract String getValue(int columnIndex)
columnIndex - the index of the columnCopyright © 2026 fastnate.org. All rights reserved.