Uses of Interface
com.ibm.etools.cobol.application.model.cobol.IOControlParagraphClause

Uses of IOControlParagraphClause in com.ibm.etools.cobol.application.model.cobol
 

Subinterfaces of IOControlParagraphClause in com.ibm.etools.cobol.application.model.cobol
 interface ApplyWriteOnlyClause
          A representation of the APPLY WRITE ONLY clause in the I-O-CONTROL paragraph.
 interface MultipleFileTapeClause
          A representation of a MULTIPLE FILE TAPE clause in the I-O-CONTROL paragraph.
 interface RerunClause
          A representation of a RERUN clause in the I-O-CONTROL paragraph.
 interface SameAreaClause
          A representation of a SAME AREA clause in the I-O-CONTROL paragraph.
 interface SameRecordAreaClause
          A representation of the SAME RECORD AREA clause in the I-O-CONTROL paragraph.
 interface SameSortAreaClause
          A representation of the SAME SORT AREA clause in the I-O-CONTROL paragraph.
 interface SameSortMergeAreaClause
          A representation of the SAME SORT-MERGE AREA clause in the I-O-CONTROL paragraph.