Uses of Interface
org.eclipse.emf.mapping.xsd2ecore.XSD2EcoreFactory

Packages that use XSD2EcoreFactory
org.eclipse.emf.mapping.xsd2ecore   
org.eclipse.emf.mapping.xsd2ecore.impl   
 

Uses of XSD2EcoreFactory in org.eclipse.emf.mapping.xsd2ecore
 

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

Methods in org.eclipse.emf.mapping.xsd2ecore that return XSD2EcoreFactory
 XSD2EcoreFactory XSD2EcorePackage.getXSD2EcoreFactory()
          Returns the factory that creates the instances of the model
 

Uses of XSD2EcoreFactory in org.eclipse.emf.mapping.xsd2ecore.impl
 

Classes in org.eclipse.emf.mapping.xsd2ecore.impl that implement XSD2EcoreFactory
 class XSD2EcoreFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.emf.mapping.xsd2ecore.impl that return XSD2EcoreFactory
 XSD2EcoreFactory XSD2EcorePackageImpl.getXSD2EcoreFactory()
           
static XSD2EcoreFactory XSD2EcoreFactoryImpl.init()
          Creates the default factory implementation
 


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