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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return EveryRecordsClause
 EveryRecordsClause RerunClause.getEveryRecordsClause()
          Returns the value of the 'Every Records Clause' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type EveryRecordsClause
 void RerunClause.setEveryRecordsClause(EveryRecordsClause value)
          Sets the value of the 'Every Records Clause' containment reference.