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

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

      Methods in com.ibm.etools.cobol.application.model.cobol that return FileDescriptionEntry 
      Modifier and Type Method and Description
      FileDescriptionEntry ReadStmt.getFile()
      Returns the value of the 'File' reference.
      FileDescriptionEntry ReturnStmt.getFile()
      Returns the value of the 'File' reference.
      FileDescriptionEntry DeleteStmt.getFile()
      Returns the value of the 'File' reference.
      FileDescriptionEntry SortStmt.getFile()
      Returns the value of the 'File' reference.
      FileDescriptionEntry MergeStmt.getFile()
      Returns the value of the 'File' reference.
      FileDescriptionEntry StartStmt.getFile()
      Returns the value of the 'File' reference.
      FileDescriptionEntry FilePositionClause.getFile()
      Returns the value of the 'File' reference.
      FileDescriptionEntry LinageCounter.getFile()
      Returns the value of the 'File' reference.
      FileDescriptionEntry OpenObject.getFile()
      Returns the value of the 'File' reference.
      FileDescriptionEntry RerunClause.getFile()
      Returns the value of the 'File' reference.
      FileDescriptionEntry Qualifier.getFile()
      Returns the value of the 'File' reference.
      FileDescriptionEntry EndOfUnitClause.getFile()
      Returns the value of the 'File' reference.
      FileDescriptionEntry EveryRecordsClause.getFile()
      Returns the value of the 'File' reference.
      FileDescriptionEntry EndOfReelClause.getFile()
      Returns the value of the 'File' reference.
      FileDescriptionEntry CloseObject.getFile()
      Returns the value of the 'File' reference.
      FileDescriptionEntry ActualParameter.getFileArg()
      Returns the value of the 'File Arg' reference.
      FileDescriptionEntry FileControlEntry.getSelect()
      Returns the value of the 'Select' reference.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type FileDescriptionEntry 
      Modifier and Type Method and Description
      void ReadStmt.setFile(FileDescriptionEntry value)
      Sets the value of the 'File' reference.
      void ReturnStmt.setFile(FileDescriptionEntry value)
      Sets the value of the 'File' reference.
      void DeleteStmt.setFile(FileDescriptionEntry value)
      Sets the value of the 'File' reference.
      void SortStmt.setFile(FileDescriptionEntry value)
      Sets the value of the 'File' reference.
      void MergeStmt.setFile(FileDescriptionEntry value)
      Sets the value of the 'File' reference.
      void StartStmt.setFile(FileDescriptionEntry value)
      Sets the value of the 'File' reference.
      void FilePositionClause.setFile(FileDescriptionEntry value)
      Sets the value of the 'File' reference.
      void LinageCounter.setFile(FileDescriptionEntry value)
      Sets the value of the 'File' reference.
      void OpenObject.setFile(FileDescriptionEntry value)
      Sets the value of the 'File' reference.
      void RerunClause.setFile(FileDescriptionEntry value)
      Sets the value of the 'File' reference.
      void Qualifier.setFile(FileDescriptionEntry value)
      Sets the value of the 'File' reference.
      void EndOfUnitClause.setFile(FileDescriptionEntry value)
      Sets the value of the 'File' reference.
      void EveryRecordsClause.setFile(FileDescriptionEntry value)
      Sets the value of the 'File' reference.
      void EndOfReelClause.setFile(FileDescriptionEntry value)
      Sets the value of the 'File' reference.
      void CloseObject.setFile(FileDescriptionEntry value)
      Sets the value of the 'File' reference.
      void ActualParameter.setFileArg(FileDescriptionEntry value)
      Sets the value of the 'File Arg' reference.
      void FileControlEntry.setSelect(FileDescriptionEntry value)
      Sets the value of the 'Select' reference.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes