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.AbstractDataItem

    • Uses of AbstractDataItem in com.ibm.etools.cobol.application.model.cobol

      Subinterfaces of AbstractDataItem in com.ibm.etools.cobol.application.model.cobol 
      Modifier and Type Interface and Description
      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  DataItem
      A representation of a data description entry in the data division.
      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  Level66Item
      A representation of a level 66 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 AbstractDataItem 
      Modifier and Type Method and Description
      AbstractDataItem FileControlEntry.getAssignUsing()
      Deprecated. 
      Use getAssignmentNames() instead.
      AbstractDataItem DataSubscript.getDataItem()
      Deprecated. 
      Use DataSubscript.getDataRef().

      AbstractDataItem SimpleRef.getDataItem()
      Returns the value of the 'Data Item' reference.
      AbstractDataItem VariableTableDataItem.getDependingUpon()
      Returns the value of the 'Depending Upon' reference.
      AbstractDataItem AlternateKeyClause.getKey()
      Returns the value of the 'Key' reference.
      AbstractDataItem FileControlEntry.getPassword()
      Returns the value of the 'Password' reference.
      AbstractDataItem AlternateKeyClause.getPassword()
      Returns the value of the 'Password' reference.
      AbstractDataItem FileControlEntry.getPlatformSpecificStatus()
      Returns the value of the 'Platform Specific Status' reference.
      AbstractDataItem IndexedFileControlEntry.getRecordKey()
      Returns the value of the 'Record Key' reference.
      AbstractDataItem RelativeFileControlEntry.getRelativeKey()
      Returns the value of the 'Relative Key' reference.
      AbstractDataItem FileControlEntry.getStatus()
      Returns the value of the 'Status' reference.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type AbstractDataItem 
      Modifier and Type Method and Description
      void FileControlEntry.setAssignUsing(AbstractDataItem value)
      Sets the value of the 'Assign Using' reference.
      void DataSubscript.setDataItem(AbstractDataItem value)
      Deprecated. 
      Use DataSubscript.setDataRef(DataRef).
      void SimpleRef.setDataItem(AbstractDataItem value)
      Sets the value of the 'Data Item' reference.
      void VariableTableDataItem.setDependingUpon(AbstractDataItem value)
      Sets the value of the 'Depending Upon' reference.
      void AlternateKeyClause.setKey(AbstractDataItem value)
      Sets the value of the 'Key' reference.
      void FileControlEntry.setPassword(AbstractDataItem value)
      Sets the value of the 'Password' reference.
      void AlternateKeyClause.setPassword(AbstractDataItem value)
      Sets the value of the 'Password' reference.
      void FileControlEntry.setPlatformSpecificStatus(AbstractDataItem value)
      Sets the value of the 'Platform Specific Status' reference.
      void IndexedFileControlEntry.setRecordKey(AbstractDataItem value)
      Sets the value of the 'Record Key' reference.
      void RelativeFileControlEntry.setRelativeKey(AbstractDataItem value)
      Sets the value of the 'Relative Key' reference.
      void FileControlEntry.setStatus(AbstractDataItem value)
      Sets the value of the 'Status' reference.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes