com.ibm.dse.tools.workbench.base
Interface Errorable

All Known Implementing Classes:
InstancesTable

public interface Errorable

This interface defines the behavior of any table with a related errors table


Method Summary
 Table getErrorsTable()
          This method returns the related errors table
 java.lang.String getErrorsTableName()
          This method returns the related errors table name
 int getInErrorColumn()
          This method returns the column identifier for the InError field
 

Method Detail

getErrorsTable

public Table getErrorsTable()
This method returns the related errors table
Returns:
com.ibm.dse.tools.workbench.base.AbstractTable

getErrorsTableName

public java.lang.String getErrorsTableName()
This method returns the related errors table name
Returns:
java.lang.String

getInErrorColumn

public int getInErrorColumn()
This method returns the column identifier for the InError field
Returns:
int The InError column identifier