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

Packages that use Copybook
com.ibm.etools.cobol.application.model.cobol COBOL Application Model API Specification 
com.ibm.etools.cobol.application.model.cobol.impl   
com.ibm.etools.cobol.application.model.cobol.util   
 

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

Methods in com.ibm.etools.cobol.application.model.cobol that return Copybook
 Copybook COBOLFactory.createCopybook()
          Returns a new object of class 'Copybook'.
 Copybook CopyStmt.getCopybook()
          Returns the value of the 'Copybook' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type Copybook
 void CopyStmt.setCopybook(Copybook value)
          Sets the value of the 'Copybook' containment reference.
 

Uses of Copybook in com.ibm.etools.cobol.application.model.cobol.impl
 

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement Copybook
 class CopybookImpl
          An implementation of the model object 'Copybook'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return Copybook
 Copybook COBOLFactoryImpl.createCopybook()
           
 Copybook CopyStmtImpl.getCopybook()
           
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl with parameters of type Copybook
 org.eclipse.emf.common.notify.NotificationChain CopyStmtImpl.basicSetCopybook(Copybook newCopybook, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void CopyStmtImpl.setCopybook(Copybook newCopybook)
           
 

Uses of Copybook in com.ibm.etools.cobol.application.model.cobol.util
 

Methods in com.ibm.etools.cobol.application.model.cobol.util with parameters of type Copybook
 java.lang.Object COBOLSwitch.caseCopybook(Copybook object)
          Returns the result of interpreting the object as an instance of 'Copybook'.