com.ibm.dse.tools.workbench.base
Interface TypedTable
- All Known Implementing Classes:
- PropertiesTable, AttributesTable
- public interface TypedTable
Defines the behavior of a table storing typed values
getDatatype
public java.lang.String getDatatype(TableRow row)
throws WorkbenchException
- Returns the datatype for the values in a row
- Parameters:
row
- com.ibm.dse.tools.workbench.base.TableRow- Returns:
- java.lang.String
- Throws:
- WorkbenchException -
getValueAsObject
public java.lang.Object getValueAsObject(TableRow row,
int column)
throws WorkbenchException
- Returns the datatype for the values in a row
- Parameters:
row
- com.ibm.dse.tools.workbench.base.TableRowcolumn
- int- Returns:
- java.lang.Object
- Throws:
- WorkbenchException -