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
 FileDescriptionEntry ReadStmt.getFile()
          Returns the value of the 'File' reference.
 FileDescriptionEntry ReturnStmt.getFile()
          Returns the value of the 'File' reference.
 FileDescriptionEntry StartStmt.getFile()
          Returns the value of the 'File' reference.
 FileDescriptionEntry DeleteStmt.getFile()
          Returns the value of the 'File' reference.
 FileDescriptionEntry LinageCounter.getFile()
          Returns the value of the 'File' reference.
 FileDescriptionEntry SortStmt.getFile()
          Returns the value of the 'File' reference.
 FileDescriptionEntry OpenObject.getFile()
          Returns the value of the 'File' reference.
 FileDescriptionEntry CloseObject.getFile()
          Returns the value of the 'File' reference.
 FileDescriptionEntry MergeStmt.getFile()
          Returns the value of the 'File' 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
 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 StartStmt.setFile(FileDescriptionEntry value)
          Sets the value of the 'File' reference.
 void DeleteStmt.setFile(FileDescriptionEntry value)
          Sets the value of the 'File' reference.
 void LinageCounter.setFile(FileDescriptionEntry value)
          Sets the value of the 'File' reference.
 void SortStmt.setFile(FileDescriptionEntry value)
          Sets the value of the 'File' reference.
 void OpenObject.setFile(FileDescriptionEntry value)
          Sets the value of the 'File' reference.
 void CloseObject.setFile(FileDescriptionEntry value)
          Sets the value of the 'File' reference.
 void MergeStmt.setFile(FileDescriptionEntry value)
          Sets the value of the 'File' reference.
 void FileControlEntry.setSelect(FileDescriptionEntry value)
          Sets the value of the 'Select' reference.