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

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

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

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