Uses of Interface
org.eclipse.emf.cdo.defs.CDODefsFactory

Packages that use CDODefsFactory
org.eclipse.emf.cdo.defs   
org.eclipse.emf.cdo.defs.impl   
 

Uses of CDODefsFactory in org.eclipse.emf.cdo.defs
 

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

Methods in org.eclipse.emf.cdo.defs that return CDODefsFactory
 CDODefsFactory CDODefsPackage.getCDODefsFactory()
          Returns the factory that creates the instances of the model.
 

Uses of CDODefsFactory in org.eclipse.emf.cdo.defs.impl
 

Classes in org.eclipse.emf.cdo.defs.impl that implement CDODefsFactory
 class CDODefsFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.emf.cdo.defs.impl that return CDODefsFactory
 CDODefsFactory CDODefsPackageImpl.getCDODefsFactory()
           
static CDODefsFactory CDODefsFactoryImpl.init()
          Creates the default factory implementation.
 


Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
All Rights Reserved.