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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return LibraryClause
 LibraryClause CopyStmt.getLibraryClause()
          Returns the value of the 'Library Clause' containment reference.
 

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