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

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

      Subinterfaces of FileControlEntry in com.ibm.etools.cobol.application.model.cobol 
      Modifier and Type Interface and Description
      interface  IndexedFileControlEntry
      A representation of a file control entry for a file with indexed organization.
      interface  LineSequentialFileControlEntry
      A representation of file control entry for a file with line sequential organization.
      interface  RelativeFileControlEntry
      A representation of a file control entry for a file with relative organization.
      interface  SequentialFileControlEntry
      A representation of a sequential file control entry.
      Methods in com.ibm.etools.cobol.application.model.cobol that return FileControlEntry 
      Modifier and Type Method and Description
      FileControlEntry FileDescriptionEntry.getFileControlEntry()
      Returns the value of the 'File Control Entry' reference.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type FileControlEntry 
      Modifier and Type Method and Description
      void FileDescriptionEntry.setFileControlEntry(FileControlEntry value)
      Sets the value of the 'File Control Entry' reference.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes