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


Method Summary
 java.lang.String getDatatype(TableRow row)
          Returns the datatype for the values in a row
 java.lang.Object getValueAsObject(TableRow row, int column)
          Returns the datatype for the values in a row
 

Method Detail

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.TableRow
column - int
Returns:
java.lang.Object
Throws:
WorkbenchException -