Uses of Interface
org.eclipse.emf.cdo.mapping.MappingFactory

Packages that use MappingFactory
org.eclipse.emf.cdo.mapping   
org.eclipse.emf.cdo.mapping.impl   
org.eclipse.emf.cdo.mapping.presentation   
 

Uses of MappingFactory in org.eclipse.emf.cdo.mapping
 

Fields in org.eclipse.emf.cdo.mapping declared as MappingFactory
static MappingFactory MappingFactory.eINSTANCE
          The singleton instance of the factory
 

Methods in org.eclipse.emf.cdo.mapping that return MappingFactory
 MappingFactory MappingPackage.getMappingFactory()
          Returns the factory that creates the instances of the model
 

Uses of MappingFactory in org.eclipse.emf.cdo.mapping.impl
 

Classes in org.eclipse.emf.cdo.mapping.impl that implement MappingFactory
 class MappingFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.emf.cdo.mapping.impl that return MappingFactory
 MappingFactory MappingPackageImpl.getMappingFactory()
           
static MappingFactory MappingFactoryImpl.init()
          Creates the default factory implementation
 

Uses of MappingFactory in org.eclipse.emf.cdo.mapping.presentation
 

Fields in org.eclipse.emf.cdo.mapping.presentation declared as MappingFactory
protected  MappingFactory MappingModelWizard.mappingFactory
          This caches an instance of the model factory
 


Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
All Rights Reserved.