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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return SearchWhenClause
 SearchWhenClause BinarySearchStmt.getWhenClause()
          Returns the value of the 'When Clause' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type SearchWhenClause
 void BinarySearchStmt.setWhenClause(SearchWhenClause value)
          Sets the value of the 'When Clause' containment reference.