Uses of Interface
com.ibm.etools.cobol.application.model.cobol.TableDataItem

Uses of TableDataItem in com.ibm.etools.cobol.application.model.cobol
 

Subinterfaces of TableDataItem in com.ibm.etools.cobol.application.model.cobol
 interface FixedTableDataItem
          A representation of a fixed table data item.
 interface VariableTableDataItem
          A representation of a variable table data item.
 

Methods in com.ibm.etools.cobol.application.model.cobol that return TableDataItem
 TableDataItem SearchStmt.getTableItem()
          Returns the value of the 'Table Item' reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type TableDataItem
 void SearchStmt.setTableItem(TableDataItem value)
          Sets the value of the 'Table Item' reference.