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

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

Subinterfaces of DataItem in com.ibm.etools.cobol.application.model.cobol
 interface AddressingItem
          A representation of an addressing data item.
 interface AlphabeticItem
          A representation of an alphabetic data item.
 interface AlphaNumericEditedItem
          A representation of an alphanumeric edited data item.
 interface AlphaNumericItem
          A representation of an alphanumeric data item.
 interface DBCSItem
          A representation of a DBCS data item.
 interface ElementaryDataItem
          A representation of an elementary data item.
 interface FixedTableDataItem
          A representation of a fixed table data item.
 interface GroupDataItem
          A representation of a group data item.
 interface NumericEditedItem
          A representation of a numeric edited data item.
 interface NumericItem
          A representation of a numeric data item.
 interface ObjectReferenceItem
          A representation of an object reference.
 interface TableDataItem
          A representation of a table data item.
 interface UnicodeItem
          A representation of a Unicode data item.
 interface VariableTableDataItem
          A representation of a variable table data item.
 

Methods in com.ibm.etools.cobol.application.model.cobol that return DataItem
 DataItem FormalParameter.getArg()
          Returns the value of the 'Arg' reference.
 DataItem TableRef.getDataItem()
          Returns the value of the 'Data Item' reference.
 DataItem TopLevelVariable.getDataItem()
          Returns the value of the 'Data Item' containment reference.
 DataItem Level66Item.getEnd()
          Returns the value of the 'End' reference.
 DataItem WriteStmt.getRecord()
          Returns the value of the 'Record' reference.
 DataItem RewriteStmt.getRecord()
          Returns the value of the 'Record' reference.
 DataItem ReleaseStmt.getRecord()
          Returns the value of the 'Record' reference.
 DataItem DataItem.getRedefines()
          Returns the value of the 'Redefines' reference.
 DataItem ProcedureDivisionHeader.getReturning()
          Returns the value of the 'Returning' reference.
 DataItem Level66Item.getStart()
          Returns the value of the 'Start' reference.
 DataItem SortStmt.getTable()
          Returns the value of the 'Table' reference.
 DataItem TableDataItem.getTableItem()
          Returns the value of the 'Table Item' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type DataItem
 void FormalParameter.setArg(DataItem value)
          Sets the value of the 'Arg' reference.
 void TableRef.setDataItem(DataItem value)
          Sets the value of the 'Data Item' reference.
 void TopLevelVariable.setDataItem(DataItem value)
          Sets the value of the 'Data Item' containment reference.
 void Level66Item.setEnd(DataItem value)
          Sets the value of the 'End' reference.
 void WriteStmt.setRecord(DataItem value)
          Sets the value of the 'Record' reference.
 void RewriteStmt.setRecord(DataItem value)
          Sets the value of the 'Record' reference.
 void ReleaseStmt.setRecord(DataItem value)
          Sets the value of the 'Record' reference.
 void DataItem.setRedefines(DataItem value)
          Sets the value of the 'Redefines' reference.
 void ProcedureDivisionHeader.setReturning(DataItem value)
          Sets the value of the 'Returning' reference.
 void Level66Item.setStart(DataItem value)
          Sets the value of the 'Start' reference.
 void SortStmt.setTable(DataItem value)
          Sets the value of the 'Table' reference.
 void TableDataItem.setTableItem(DataItem value)
          Sets the value of the 'Table Item' containment reference.