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
 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
 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
 void CloseObject.setReelOrUnit(CloseReelOrUnit value)
          Sets the value of the 'Reel Or Unit' containment reference.