Uses of Interface
org.eclipse.emf.ecore.EPackage

Packages that use EPackage
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.impl   
org.eclipse.emf.converter   
org.eclipse.emf.converter.ui.contribution.base   
org.eclipse.emf.converter.util   
org.eclipse.emf.ecore Provides an API for the Ecore dialect of UML. 
org.eclipse.emf.ecore.change Provides an API for describing and applying model changes. 
org.eclipse.emf.ecore.change.impl Provides an implementation of the Change model. 
org.eclipse.emf.ecore.impl Provides an implementation of Ecore. 
org.eclipse.emf.ecore.util Provides utilities. 
org.eclipse.emf.ecore.xmi   
org.eclipse.emf.ecore.xmi.impl   
org.eclipse.emf.ecore.xml.namespace   
org.eclipse.emf.ecore.xml.namespace.impl   
org.eclipse.emf.ecore.xml.namespace.util   
org.eclipse.emf.ecore.xml.type   
org.eclipse.emf.ecore.xml.type.impl   
org.eclipse.emf.ecore.xml.type.util   
org.eclipse.emf.edit.tree   
org.eclipse.emf.edit.tree.impl   
org.eclipse.emf.exporter   
org.eclipse.emf.exporter.ui.contribution.base   
org.eclipse.emf.importer   
org.eclipse.emf.importer.ecore   
org.eclipse.emf.importer.java   
org.eclipse.emf.importer.java.builder   
org.eclipse.emf.importer.rose   
org.eclipse.emf.importer.rose.builder   
org.eclipse.emf.importer.ui.contribution.base   
org.eclipse.emf.mapping   
org.eclipse.emf.mapping.ecore2ecore   
org.eclipse.emf.mapping.ecore2ecore.action   
org.eclipse.emf.mapping.ecore2ecore.impl   
org.eclipse.emf.mapping.ecore2xml   
org.eclipse.emf.mapping.ecore2xml.impl   
org.eclipse.emf.mapping.ecore2xml.util   
org.eclipse.emf.mapping.impl   
 

Uses of EPackage in org.eclipse.emf.codegen.ecore.genmodel
 

Subinterfaces of EPackage in org.eclipse.emf.codegen.ecore.genmodel
 interface GenModelPackage
           The Package for the model.
 

Methods in org.eclipse.emf.codegen.ecore.genmodel that return EPackage
 EPackage GenPackage.getEcorePackage()
          Returns the value of the 'Ecore Package' reference
 

Methods in org.eclipse.emf.codegen.ecore.genmodel with parameters of type EPackage
 void GenPackage.setEcorePackage(EPackage value)
          Sets the value of the 'Ecore Package' reference
 void GenPackage.initialize(EPackage ePackage)
           
 GenPackage GenModel.findGenPackage(EPackage ePackage)
           
 

Uses of EPackage in org.eclipse.emf.codegen.ecore.genmodel.impl
 

Classes in org.eclipse.emf.codegen.ecore.genmodel.impl that implement EPackage
 class GenModelPackageImpl
           An implementation of the model Package
 

Fields in org.eclipse.emf.codegen.ecore.genmodel.impl declared as EPackage
protected  EPackage GenPackageImpl.ecorePackage
          The cached value of the 'Ecore Package' reference
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return EPackage
 EPackage GenPackageImpl.getEcorePackage()
           
 EPackage GenPackageImpl.basicGetEcorePackage()
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type EPackage
 void GenPackageImpl.setEcorePackage(EPackage newEcorePackage)
           
 void GenPackageImpl.initialize(EPackage ePackage)
           
protected static boolean GenPackageImpl.hasExtendedMetaData(EPackage ePackage)
           
protected  GenPackage GenBaseImpl.findGenPackageHelper(GenPackage genPackage, EPackage ePackage)
          Finds the GenPackage corresponding to the EPackage, taking into account any nested GenPackages.
 GenPackage GenBaseImpl.findGenPackage(EPackage ePackage)
           
 

Uses of EPackage in org.eclipse.emf.converter
 

Methods in org.eclipse.emf.converter that return EPackage
 EPackage ModelConverter.getReferredEPackage(GenPackage genPackage)
           
protected  EPackage ModelConverter.ReferencedEPackageFilter.getReferredEPackage(GenPackage genPackage)
           
 

Methods in org.eclipse.emf.converter with parameters of type EPackage
 ModelConverter.EPackageConvertInfo ModelConverter.getEPackageConvertInfo(EPackage ePackage)
           
protected  ModelConverter.EPackageConvertInfo ModelConverter.createEPackageInfo(EPackage ePackage)
           
protected  boolean ModelConverter.canConvert(EPackage ePackage)
          Returns true if the EPackage can be converted.
 

Uses of EPackage in org.eclipse.emf.converter.ui.contribution.base
 

Methods in org.eclipse.emf.converter.ui.contribution.base with parameters of type EPackage
protected  boolean ModelConverterPackagePage.validateEPackageData(EPackage ePackage, String data)
           
protected  void ModelConverterPackagePage.setEPackageData(EPackage ePackage, String data)
           
protected  String ModelConverterPackagePage.getEPackageData(EPackage ePackage)
           
protected  String ModelConverterPackagePage.getLabel(EPackage ePackage)
           
 

Uses of EPackage in org.eclipse.emf.converter.util
 

Methods in org.eclipse.emf.converter.util with parameters of type EPackage
static List ConverterUtil.computeRequiredPackages(EPackage ePackage)
           
static String ConverterUtil.getQualifiedName(EPackage ePackage)
           
 

Uses of EPackage in org.eclipse.emf.ecore
 

Subinterfaces of EPackage in org.eclipse.emf.ecore
 interface EcorePackage
           The Package for the model.
 

Methods in org.eclipse.emf.ecore that return EPackage
 EPackage EcoreFactory.createEPackage()
          Returns a new object of class 'EPackage'
 EPackage EPackage.getESuperPackage()
          Returns the value of the 'ESuper Package' container reference.
 EPackage EPackage.Descriptor.getEPackage()
          Returns the package.
 EPackage EPackage.Registry.getEPackage(String nsURI)
          Looks up the value in the map, converting EPackage.Descriptor objects to EPackage objects on demand.
 EPackage EFactory.getEPackage()
          Returns the value of the 'EPackage' reference.
 EPackage EClassifier.getEPackage()
          Returns the value of the 'EPackage' container reference.
 

Methods in org.eclipse.emf.ecore with parameters of type EPackage
 EValidator EValidator.Registry.getEValidator(EPackage ePackage)
          Looks up the package in the map.
 void EFactory.setEPackage(EPackage value)
          Sets the value of the 'EPackage' reference
 

Uses of EPackage in org.eclipse.emf.ecore.change
 

Subinterfaces of EPackage in org.eclipse.emf.ecore.change
 interface ChangePackage
           The Package for the model.
 

Uses of EPackage in org.eclipse.emf.ecore.change.impl
 

Classes in org.eclipse.emf.ecore.change.impl that implement EPackage
 class ChangePackageImpl
           An implementation of the model Package
 

Uses of EPackage in org.eclipse.emf.ecore.impl
 

Classes in org.eclipse.emf.ecore.impl that implement EPackage
 class EcorePackageImpl
           An implementation of the model Package
 class EPackageImpl
           An implementation of the model object 'EPackage'.
 

Fields in org.eclipse.emf.ecore.impl declared as EPackage
protected  EPackage EFactoryImpl.ePackage
          The cached value of the 'EPackage' reference
 

Methods in org.eclipse.emf.ecore.impl that return EPackage
 EPackage EcoreFactoryImpl.createEPackage()
           
 EPackage EPackageRegistryImpl.getEPackage(String nsURI)
           
protected  EPackage EPackageRegistryImpl.delegatedGetEPackage(String nsURI)
          Returns the package from the delegate registry, if there is one.
 EPackage EPackageRegistryImpl.Delegator.getEPackage(String key)
           
 EPackage EPackageImpl.getESuperPackage()
           
 EPackage EPackageImpl.basicGetESuperPackage()
           
 EPackage EFactoryImpl.getEPackage()
           
 EPackage EClassifierImpl.getEPackageGen()
           
 EPackage EClassifierImpl.getEPackage()
           
 EPackage EClassifierImpl.basicGetEPackage()
           
 

Methods in org.eclipse.emf.ecore.impl with parameters of type EPackage
 EValidator EValidatorRegistryImpl.getEValidator(EPackage ePackage)
           
protected  void EPackageRegistryImpl.initialize(EPackage ePackage)
          Creates a delegating instance.
protected  void EPackageImpl.initializeFromLoadedEPackage(EPackage target, EPackage source)
           
 void EFactoryImpl.setEPackage(EPackage newEPackage)
           
 NotificationChain EFactoryImpl.basicSetEPackage(EPackage newEPackage, NotificationChain msgs)
           
 

Uses of EPackage in org.eclipse.emf.ecore.util
 

Fields in org.eclipse.emf.ecore.util declared as EPackage
protected  EPackage BasicExtendedMetaData.EPackageExtendedMetaDataImpl.ePackage
           
 

Methods in org.eclipse.emf.ecore.util that return EPackage
 EPackage ExtendedMetaData.getPackage(String namespace)
          Retrieves the package with the specified namespace URI from the package registry associated with this instance.
 EPackage ExtendedMetaData.demandPackage(String namespace)
          Returns a package from the demand package registry, creating it (with a document root class) if necessary.
protected  EPackage EObjectValidator.getEPackage()
           
 EPackage BasicExtendedMetaData.getPackage(String namespace)
           
 EPackage BasicExtendedMetaData.demandPackage(String namespace)
           
 

Methods in org.eclipse.emf.ecore.util with parameters of type EPackage
 void ExtendedMetaData.putPackage(String namespace, EPackage ePackage)
          Adds the package to the package registry associated with this instance, keyed by the given namespace URI.
 EClass ExtendedMetaData.getDocumentRoot(EPackage ePackage)
          Returns the class corresponding to the document root in the given package.
 boolean ExtendedMetaData.isQualified(EPackage ePackage)
          Returns whether model instance serializations of the specified package should use namespace qualification.
 void ExtendedMetaData.setQualified(EPackage ePackage, boolean isQualified)
          Sets whether model instance serializations of the specified package should use namespace qualification.
 String ExtendedMetaData.getNamespace(EPackage ePackage)
          Returns the namespace to use for model instance serializations of the specified package.
 EClassifier ExtendedMetaData.getType(EPackage ePackage, String name)
          Returns the classifier with the given XML name within the given package.
static void EcoreUtil.freeze(EPackage ePackage)
          Marks the package to indicate that it and everything it contains or that its contents depend on can no longer be changed.
 Object EcoreSwitch.caseEPackage(EPackage object)
          Returns the result of interpretting the object as an instance of 'EPackage'
 EClassifier BasicExtendedMetaData.getType(EPackage ePackage, String name)
           
 void BasicExtendedMetaData.putPackage(String namespace, EPackage ePackage)
           
 EClass BasicExtendedMetaData.getDocumentRoot(EPackage ePackage)
           
 boolean BasicExtendedMetaData.isQualified(EPackage ePackage)
           
protected  boolean BasicExtendedMetaData.basicIsQualified(EPackage ePackage)
           
 void BasicExtendedMetaData.setQualified(EPackage ePackage, boolean isQualified)
           
 String BasicExtendedMetaData.getNamespace(EPackage ePackage)
           
protected  BasicExtendedMetaData.EPackageExtendedMetaData BasicExtendedMetaData.getExtendedMetaData(EPackage ePackage)
           
protected  BasicExtendedMetaData.EPackageExtendedMetaData BasicExtendedMetaData.createEPackageExtendedMetaData(EPackage ePackage)
           
 

Constructors in org.eclipse.emf.ecore.util with parameters of type EPackage
BasicExtendedMetaData.EPackageExtendedMetaDataImpl(EPackage ePackage)
           
 

Uses of EPackage in org.eclipse.emf.ecore.xmi
 

Methods in org.eclipse.emf.ecore.xmi that return EPackage
 EPackage XMLResource.XMLMap.getNoNamespacePackage()
          Gets the package to use when namespaces are not used.
 EPackage XMLHelper.getNoNamespacePackage()
          Gets the package to use when there is no XML namespace in an XML file.
 EPackage[] XMLHelper.packages()
          Returns the packages in getQName()
 

Methods in org.eclipse.emf.ecore.xmi with parameters of type EPackage
 void XMLResource.XMLMap.setNoNamespacePackage(EPackage pkg)
          Sets the package to use when namespaces are not used in an XML file; this affects loading only.
 void XMLHelper.setNoNamespacePackage(EPackage pkg)
          Sets the package to use when there is no XML namespace in an XML file.
 String XMLHelper.getPrefix(EPackage ePackage)
          Return the prefix used for this package.
 List XMLHelper.getPrefixes(EPackage ePackage)
          Return all the prefixes used for this package.
 

Uses of EPackage in org.eclipse.emf.ecore.xmi.impl
 

Fields in org.eclipse.emf.ecore.xmi.impl declared as EPackage
protected  EPackage XMLSaveImpl.xmlSchemaTypePackage
           
protected  EPackage XMLMapImpl.noNamespacePkg
           
protected  EPackage XMLHelperImpl.noNamespacePackage
           
protected  EPackage XMLHelperImpl.xmlSchemaTypePackage
           
protected  EPackage XMLHandler.xmlSchemaTypePackage
           
 

Methods in org.eclipse.emf.ecore.xmi.impl that return EPackage
 EPackage XMLMapImpl.getNoNamespacePackage()
           
 EPackage XMLHelperImpl.getNoNamespacePackage()
           
 EPackage[] XMLHelperImpl.packages()
           
protected  EPackage XMLHandler.getPackageForURI(String uriString)
          Attempt to get the namespace for the given prefix, then return ERegister.getPackage() or null.
protected  EPackage XMLHandler.handleMissingPackage(String uriString)
           
protected  EPackage GenericXMLResourceImpl.GenericSAXXMLHandler.handleMissingPackage(String uriString)
           
 EPackage EMOFExtendedMetaData.getPackage(String namespace)
           
 

Methods in org.eclipse.emf.ecore.xmi.impl with parameters of type EPackage
 EClass XMLSaveImpl.Lookup.getDocumentRoot(EPackage epackage)
           
 void XMLMapImpl.setNoNamespacePackage(EPackage pkg)
           
 void XMLHelperImpl.setNoNamespacePackage(EPackage pkg)
           
protected  String XMLHelperImpl.getQName(NameInfo nameInfo, EPackage ePackage, String name)
           
protected  String XMLHelperImpl.getQName(NameInfo nameInfo, EPackage ePackage, String name, boolean mustHavePrefix)
           
protected  String XMLHelperImpl.getQName(EPackage ePackage, String name)
           
protected  String XMLHelperImpl.getQName(EPackage ePackage, String name, boolean mustHavePrefix)
           
 String XMLHelperImpl.getPrefix(EPackage ePackage)
           
protected  String XMLHelperImpl.getPrefix(EPackage ePackage, boolean mustHavePrefix)
           
 List XMLHelperImpl.getPrefixes(EPackage ePackage)
           
 String EMOFExtendedMetaData.getNamespace(EPackage ePackage)
           
 EClassifier EMOFExtendedMetaData.getType(EPackage ePackage, String name)
           
protected  BasicExtendedMetaData.EPackageExtendedMetaData EMOFExtendedMetaData.createEPackageExtendedMetaData(EPackage ePackage)
           
 EClass ConfigurationCache.getDocumentRoot(EPackage ePackage)
           
 void ConfigurationCache.putDocumentRoot(EPackage ePackage, EClass documentRoot)
           
 

Uses of EPackage in org.eclipse.emf.ecore.xml.namespace
 

Subinterfaces of EPackage in org.eclipse.emf.ecore.xml.namespace
 interface XMLNamespacePackage
           The Package for the model.
 

Uses of EPackage in org.eclipse.emf.ecore.xml.namespace.impl
 

Classes in org.eclipse.emf.ecore.xml.namespace.impl that implement EPackage
 class XMLNamespacePackageImpl
           An implementation of the model Package
 

Uses of EPackage in org.eclipse.emf.ecore.xml.namespace.util
 

Methods in org.eclipse.emf.ecore.xml.namespace.util that return EPackage
protected  EPackage XMLNamespaceValidator.getEPackage()
          Returns the package of this validator switch
 

Uses of EPackage in org.eclipse.emf.ecore.xml.type
 

Subinterfaces of EPackage in org.eclipse.emf.ecore.xml.type
 interface XMLTypePackage
           The Package for the model.
 

Uses of EPackage in org.eclipse.emf.ecore.xml.type.impl
 

Classes in org.eclipse.emf.ecore.xml.type.impl that implement EPackage
 class XMLTypePackageImpl
           An implementation of the model Package
 

Uses of EPackage in org.eclipse.emf.ecore.xml.type.util
 

Methods in org.eclipse.emf.ecore.xml.type.util that return EPackage
protected  EPackage XMLTypeValidator.getEPackage()
          Returns the package of this validator switch
 

Uses of EPackage in org.eclipse.emf.edit.tree
 

Subinterfaces of EPackage in org.eclipse.emf.edit.tree
 interface TreePackage
           The Package for the model.
 

Uses of EPackage in org.eclipse.emf.edit.tree.impl
 

Classes in org.eclipse.emf.edit.tree.impl that implement EPackage
 class TreePackageImpl
           An implementation of the model Package
 

Uses of EPackage in org.eclipse.emf.exporter
 

Methods in org.eclipse.emf.exporter with parameters of type EPackage
protected  String ModelExporter.getDefaultArtifactLocation(EPackage ePackage)
           
 ModelExporter.EPackageExportInfo ModelExporter.getEPackageExportInfo(EPackage ePackage)
           
protected  ModelConverter.EPackageConvertInfo ModelExporter.createEPackageInfo(EPackage ePackage)
           
protected  boolean ModelExporter.canConvert(EPackage ePackage)
           
protected  String ModelExporter.getDefaultArtifactFileName(EPackage ePackage)
           
 

Uses of EPackage in org.eclipse.emf.exporter.ui.contribution.base
 

Methods in org.eclipse.emf.exporter.ui.contribution.base with parameters of type EPackage
protected  boolean ModelExporterPackagePage.validateEPackageData(EPackage ePackage, String data)
           
protected  void ModelExporterPackagePage.setEPackageData(EPackage ePackage, String data)
           
protected  String ModelExporterPackagePage.getEPackageData(EPackage ePackage)
           
 

Uses of EPackage in org.eclipse.emf.importer
 

Methods in org.eclipse.emf.importer with parameters of type EPackage
protected  void ModelImporterApplication.handleQualifiedEPackageName(EPackage ePackage)
           
protected  void ModelImporterApplication.handleEPackage(EPackage ePackage, boolean generate)
           
 ModelImporter.EPackageImportInfo ModelImporter.getEPackageImportInfo(EPackage ePackage)
           
protected  ModelConverter.EPackageConvertInfo ModelImporter.createEPackageInfo(EPackage ePackage)
           
protected  GenPackage ModelImporter.getGenPackage(EPackage ePackage)
           
protected  void ModelImporter.adjustEPackage(Monitor monitor, EPackage ePackage)
           
 void ModelImporter.addToResource(EPackage ePackage, ResourceSet resourceSet)
           
protected  boolean ModelImporter.canConvert(EPackage ePackage)
           
 

Uses of EPackage in org.eclipse.emf.importer.ecore
 

Methods in org.eclipse.emf.importer.ecore with parameters of type EPackage
 void EcoreImporter.addToResource(EPackage ePackage, ResourceSet resourceSet)
           
 

Uses of EPackage in org.eclipse.emf.importer.java
 

Methods in org.eclipse.emf.importer.java that return EPackage
 EPackage JavaImporter.getReferredEPackage(GenPackage genPackage)
           
 

Uses of EPackage in org.eclipse.emf.importer.java.builder
 

Methods in org.eclipse.emf.importer.java.builder with parameters of type EPackage
protected  EClass JavaEcoreBuilder.resolveMapEntry(EPackage ePackage, EClassifier keyEClassifier, EClassifier valueEClassifier)
           
 

Uses of EPackage in org.eclipse.emf.importer.rose
 

Methods in org.eclipse.emf.importer.rose with parameters of type EPackage
 boolean RoseImporter.hasRoseGenPackageProperties(EPackage ePackage)
          Returns whether the Rose model properties includes genmodel information about a given ePackage.
 

Uses of EPackage in org.eclipse.emf.importer.rose.builder
 

Methods in org.eclipse.emf.importer.rose.builder with parameters of type EPackage
protected  void RoseEcoreBuilder.setEPackageProperties(RoseNode roseNode, EPackage ePackage, String tentativeName)
           
 

Uses of EPackage in org.eclipse.emf.importer.ui.contribution.base
 

Methods in org.eclipse.emf.importer.ui.contribution.base with parameters of type EPackage
protected  boolean ModelImporterPackagePage.validateEPackageData(EPackage ePackage, String data)
           
protected  void ModelImporterPackagePage.setEPackageData(EPackage ePackage, String data)
           
protected  String ModelImporterPackagePage.getEPackageData(EPackage ePackage)
           
protected  String ModelImporterPackagePage.getLabel(EPackage ePackage)
           
 

Uses of EPackage in org.eclipse.emf.mapping
 

Subinterfaces of EPackage in org.eclipse.emf.mapping
 interface MappingPackage
           The Package for the model.
 

Uses of EPackage in org.eclipse.emf.mapping.ecore2ecore
 

Subinterfaces of EPackage in org.eclipse.emf.mapping.ecore2ecore
 interface Ecore2EcorePackage
           The Package for the model.
 

Methods in org.eclipse.emf.mapping.ecore2ecore that return EPackage
 EPackage Ecore2EcoreMappingRoot.getInputEPackage()
           
 EPackage Ecore2EcoreMappingRoot.getOutputEPackage()
           
 

Uses of EPackage in org.eclipse.emf.mapping.ecore2ecore.action
 

Methods in org.eclipse.emf.mapping.ecore2ecore.action that return EPackage
protected  EPackage MapToEcoreActionDelegate.getInputEPackage(IStructuredSelection structuredSelection)
           
 

Methods in org.eclipse.emf.mapping.ecore2ecore.action with parameters of type EPackage
protected static Ecore2EcoreMappingRoot MapToEcoreActionDelegate.createMappingRoot(EPackage inputEPackage, EPackage outputEPackage)
           
 

Uses of EPackage in org.eclipse.emf.mapping.ecore2ecore.impl
 

Classes in org.eclipse.emf.mapping.ecore2ecore.impl that implement EPackage
 class Ecore2EcorePackageImpl
           An implementation of the model Package
 

Methods in org.eclipse.emf.mapping.ecore2ecore.impl that return EPackage
 EPackage Ecore2EcoreMappingRootImpl.getInputEPackage()
           
 EPackage Ecore2EcoreMappingRootImpl.getOutputEPackage()
           
 

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

Subinterfaces of EPackage in org.eclipse.emf.mapping.ecore2xml
 interface Ecore2XMLPackage
           The Package for the model.
 

Methods in org.eclipse.emf.mapping.ecore2xml that return EPackage
 EPackage XMLMap.getNoNamespacePackage()
          Returns the value of the 'No Namespace Package' reference
 

Methods in org.eclipse.emf.mapping.ecore2xml with parameters of type EPackage
 void XMLMap.setNoNamespacePackage(EPackage value)
          Sets the value of the 'No Namespace Package' reference
 

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

Classes in org.eclipse.emf.mapping.ecore2xml.impl that implement EPackage
 class Ecore2XMLPackageImpl
           An implementation of the model Package
 

Methods in org.eclipse.emf.mapping.ecore2xml.impl that return EPackage
 EPackage XMLMapImpl.getNoNamespacePackage()
           
 EPackage XMLMapImpl.basicGetNoNamespacePackage()
           
 

Methods in org.eclipse.emf.mapping.ecore2xml.impl with parameters of type EPackage
 void XMLMapImpl.setNoNamespacePackage(EPackage newNoNamespacePackage)
           
 

Uses of EPackage in org.eclipse.emf.mapping.ecore2xml.util
 

Methods in org.eclipse.emf.mapping.ecore2xml.util that return EPackage
 EPackage Ecore2XMLExtendedMetaData.getPackage(String namespace)
           
 

Methods in org.eclipse.emf.mapping.ecore2xml.util with parameters of type EPackage
 String Ecore2XMLExtendedMetaData.getNamespace(EPackage ePackage)
           
 EClassifier Ecore2XMLExtendedMetaData.getType(EPackage ePackage, String name)
           
 

Uses of EPackage in org.eclipse.emf.mapping.impl
 

Classes in org.eclipse.emf.mapping.impl that implement EPackage
 class MappingPackageImpl
           An implementation of the model Package
 


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