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

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

      Subinterfaces of CloseReelOrUnit in com.ibm.etools.cobol.application.model.cobol 
      Modifier and Type Interface and Description
      interface  CloseReel
      A representation of the REEL clause in a CLOSE statement.
      interface  CloseUnit
      A representation of the UNIT clause in a CLOSE statement.
      Methods in com.ibm.etools.cobol.application.model.cobol that return CloseReelOrUnit 
      Modifier and Type Method and Description
      CloseReelOrUnit CloseObject.getReelOrUnit()
      Returns the value of the 'Reel Or Unit' containment reference.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type CloseReelOrUnit 
      Modifier and Type Method and Description
      void CloseObject.setReelOrUnit(CloseReelOrUnit value)
      Sets the value of the 'Reel Or Unit' containment reference.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes