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

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

      Subinterfaces of IOFilesOrProcedure in com.ibm.etools.cobol.application.model.cobol 
      Modifier and Type Interface and Description
      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 
      Modifier and Type Method and Description
      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 
      Modifier and Type Method and Description
      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.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes