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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return CopyReplacingClause
 CopyReplacingClause CopyStmt.getReplacingClause()
          Returns the value of the 'Replacing Clause' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type CopyReplacingClause
 void CopyStmt.setReplacingClause(CopyReplacingClause value)
          Sets the value of the 'Replacing Clause' containment reference.