org.eclipse.emf.mapping.xsd2ecore.impl
Class XSD2EcoreFactoryImpl

java.lang.Object
  extended byEFactoryImpl
      extended byorg.eclipse.emf.mapping.xsd2ecore.impl.XSD2EcoreFactoryImpl
All Implemented Interfaces:
XSD2EcoreFactory

public class XSD2EcoreFactoryImpl
extends EFactoryImpl
implements XSD2EcoreFactory

An implementation of the model Factory.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.eclipse.emf.mapping.xsd2ecore.XSD2EcoreFactory
eINSTANCE
 
Constructor Summary
XSD2EcoreFactoryImpl()
          Creates an instance of the factory
 
Method Summary
 EObject create(EClass eClass)
           
 XSD2EcoreMappingRoot createXSD2EcoreMappingRoot()
           
static XSD2EcorePackage getPackage()
          Deprecated.  
 XSD2EcorePackage getXSD2EcorePackage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSD2EcoreFactoryImpl

public XSD2EcoreFactoryImpl()
Creates an instance of the factory.

Method Detail

create

public EObject create(EClass eClass)


createXSD2EcoreMappingRoot

public XSD2EcoreMappingRoot createXSD2EcoreMappingRoot()

Specified by:
createXSD2EcoreMappingRoot in interface XSD2EcoreFactory
Returns:
a new object of class 'Mapping Root'.

getXSD2EcorePackage

public XSD2EcorePackage getXSD2EcorePackage()

Specified by:
getXSD2EcorePackage in interface XSD2EcoreFactory
Returns:
the package supported by this factory.

getPackage

public static XSD2EcorePackage getPackage()
Deprecated.  


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