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
 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
 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
 void FileDescriptionEntry.setFileControlEntry(FileControlEntry value)
          Sets the value of the 'File Control Entry' reference.