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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return EndOfReelClause
 EndOfReelClause RerunClause.getEndOfReelClause()
          Returns the value of the 'End Of Reel Clause' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type EndOfReelClause
 void RerunClause.setEndOfReelClause(EndOfReelClause value)
          Sets the value of the 'End Of Reel Clause' containment reference.