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

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

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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return COBOLFactory
 COBOLFactory COBOLPackage.getCOBOLFactory()
          Returns the factory that creates the instances of the model.
 

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement COBOLFactory
 class COBOLFactoryImpl
          An implementation of the model Factory.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return COBOLFactory
 COBOLFactory COBOLPackageImpl.getCOBOLFactory()
           
static COBOLFactory COBOLFactoryImpl.init()
          Creates the default factory implementation.