Uses of Interface
com.ibm.db.models.db2.luw.BlastWrapper.BlastWrapperFactory

Packages that use BlastWrapperFactory
com.ibm.db.models.db2.luw.BlastWrapper   
com.ibm.db.models.db2.luw.BlastWrapper.impl   
 

Uses of BlastWrapperFactory in com.ibm.db.models.db2.luw.BlastWrapper
 

Fields in com.ibm.db.models.db2.luw.BlastWrapper declared as BlastWrapperFactory
static BlastWrapperFactory BlastWrapperFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in com.ibm.db.models.db2.luw.BlastWrapper that return BlastWrapperFactory
 BlastWrapperFactory BlastWrapperPackage.getBlastWrapperFactory()
          Returns the factory that creates the instances of the model.
 

Uses of BlastWrapperFactory in com.ibm.db.models.db2.luw.BlastWrapper.impl
 

Classes in com.ibm.db.models.db2.luw.BlastWrapper.impl that implement BlastWrapperFactory
 class BlastWrapperFactoryImpl
          An implementation of the model Factory.
 

Methods in com.ibm.db.models.db2.luw.BlastWrapper.impl that return BlastWrapperFactory
 BlastWrapperFactory BlastWrapperPackageImpl.getBlastWrapperFactory()
           
static BlastWrapperFactory BlastWrapperFactoryImpl.init()
          Creates the default factory implementation.