Uses of Interface
org.eclipse.emf.mapping.ecore2xml.Ecore2XMLFactory

Packages that use Ecore2XMLFactory
org.eclipse.emf.mapping.ecore2xml   
org.eclipse.emf.mapping.ecore2xml.impl   
org.eclipse.emf.mapping.ecore2xml.presentation   
 

Uses of Ecore2XMLFactory in org.eclipse.emf.mapping.ecore2xml
 

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

Methods in org.eclipse.emf.mapping.ecore2xml that return Ecore2XMLFactory
 Ecore2XMLFactory Ecore2XMLPackage.getEcore2XMLFactory()
          Returns the factory that creates the instances of the model
 

Uses of Ecore2XMLFactory in org.eclipse.emf.mapping.ecore2xml.impl
 

Classes in org.eclipse.emf.mapping.ecore2xml.impl that implement Ecore2XMLFactory
 class Ecore2XMLFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.emf.mapping.ecore2xml.impl that return Ecore2XMLFactory
 Ecore2XMLFactory Ecore2XMLPackageImpl.getEcore2XMLFactory()
           
static Ecore2XMLFactory Ecore2XMLFactoryImpl.init()
          Creates the default factory implementation
 

Uses of Ecore2XMLFactory in org.eclipse.emf.mapping.ecore2xml.presentation
 

Fields in org.eclipse.emf.mapping.ecore2xml.presentation declared as Ecore2XMLFactory
protected  Ecore2XMLFactory Ecore2XMLModelWizard.ecore2XMLFactory
          This caches an instance of the model factory
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.