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

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

Subinterfaces of IOFilesOrProcedure in com.ibm.etools.cobol.application.model.cobol
 interface IOFiles
          A representation of the files specified in the USING clause in a MERGE or SORT statement, or the GIVING clause in a SORT statement.
 interface IOProcedure
          A representation of the procedures in the OUTPUT PROCEDURE clause in the MERGE and SORT statements, and the INPUT PROCEDURE clause in a SORT statement.
 

Methods in com.ibm.etools.cobol.application.model.cobol that return IOFilesOrProcedure
 IOFilesOrProcedure SortStmt.getGivingOrOutputProc()
          Returns the value of the 'Giving Or Output Proc' containment reference.
 IOFilesOrProcedure MergeStmt.getGivingOrOutputProc()
          Returns the value of the 'Giving Or Output Proc' containment reference.
 IOFilesOrProcedure SortStmt.getUsingOrInputProc()
          Returns the value of the 'Using Or Input Proc' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type IOFilesOrProcedure
 void SortStmt.setGivingOrOutputProc(IOFilesOrProcedure value)
          Sets the value of the 'Giving Or Output Proc' containment reference.
 void MergeStmt.setGivingOrOutputProc(IOFilesOrProcedure value)
          Sets the value of the 'Giving Or Output Proc' containment reference.
 void SortStmt.setUsingOrInputProc(IOFilesOrProcedure value)
          Sets the value of the 'Using Or Input Proc' containment reference.