public interface IDataSetRow
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getColumnValue(int index)
Gets the column data by index.
|
java.lang.Object |
getColumnValue(java.lang.String name)
Gets the column data by column name.
|
IDataSetInstance |
getDataSet()
Gets the data set runtime instance which contains this row
|
IDataSetInstance getDataSet()
java.lang.Object getColumnValue(int index) throws ScriptException
index
- 1-based index of column. If value is 0, an internal index of
the current row (if available) is returnedScriptException
java.lang.Object getColumnValue(java.lang.String name) throws ScriptException
name
- of columnScriptException
Copyright © 2008 Actuate Corp. All rights reserved.