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
          Deprecated. Use PointerItem, ProcPtrItem, or FuncPtrItem.
 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 FuncPtrItem
          A representation of a function pointer 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 PointerItem
          A representation of a pointer data item.
 interface ProcPtrItem
          A representation of a procedure pointer data item.
 interface TableDataItem
          A representation of a table data item.
 interface UnicodeEditedItem
          A representation of a Unicode edited data item (USAGE NATIONAL).
 interface UnicodeItem
          A representation of a Unicode data item (USAGE NATIONAL).
 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 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 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 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 TableDataItem.setTableItem(DataItem value)
          Sets the value of the 'Table Item' containment reference.