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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return BlockContainsClause
 BlockContainsClause FileDescriptionEntry.getBlockContainsClause()
          Returns the value of the 'Block Contains Clause' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type BlockContainsClause
 void FileDescriptionEntry.setBlockContainsClause(BlockContainsClause value)
          Sets the value of the 'Block Contains Clause' containment reference.