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

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

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

Fields in com.ibm.etools.cobol.application.model.cobol declared as COBOLPackage
static COBOLPackage COBOLPackage.eINSTANCE
          The singleton instance of the package.
 

Methods in com.ibm.etools.cobol.application.model.cobol that return COBOLPackage
 COBOLPackage COBOLFactory.getCOBOLPackage()
          Returns the package supported by this factory.
 

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement COBOLPackage
 class COBOLPackageImpl
          An implementation of the model Package.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return COBOLPackage
 COBOLPackage COBOLFactoryImpl.getCOBOLPackage()
           
static COBOLPackage COBOLFactoryImpl.getPackage()
          Deprecated.  
static COBOLPackage COBOLPackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.