Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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 
      Modifier and Type Interface and Description
      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 
      Modifier and Type Method and Description
      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 
      Modifier and Type Method and Description
      void SearchStmt.setTableItem(TableDataItem value)
      Sets the value of the 'Table Item' reference.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes