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

Packages that use EModelElement
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.impl   
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.xml.namespace   
org.eclipse.emf.ecore.xml.namespace.impl   
org.eclipse.emf.ecore.xml.type   
org.eclipse.emf.ecore.xml.type.impl   
org.eclipse.emf.edit.provider This provides reusable ItemProviderAdapter support to drive JFace StructuredViewers, Eclipse IPropertySources, and EditingDomain
org.eclipse.emf.edit.tree   
org.eclipse.emf.edit.tree.impl   
org.eclipse.emf.examples.extlibrary   
org.eclipse.emf.examples.extlibrary.impl   
org.eclipse.emf.exporter.html   
org.eclipse.emf.importer.java.builder   
org.eclipse.emf.importer.rose.builder   
org.eclipse.emf.java   
org.eclipse.emf.java.impl   
org.eclipse.emf.mapping   
org.eclipse.emf.mapping.ecore2ecore   
org.eclipse.emf.mapping.ecore2ecore.impl   
org.eclipse.emf.mapping.ecore2xml   
org.eclipse.emf.mapping.ecore2xml.impl   
org.eclipse.emf.mapping.impl   
org.eclipse.emf.mapping.xsd2ecore   
org.eclipse.emf.mapping.xsd2ecore.impl   
org.eclipse.emf.test.core.featuremap.supplier   
org.eclipse.emf.test.core.featuremap.supplier.impl   
org.eclipse.emf.test.databinding.emfdb   
org.eclipse.emf.test.databinding.emfdb.impl   
org.eclipse.emf.test.models.customer   
org.eclipse.emf.test.models.customer.impl   
org.eclipse.emf.test.models.dbitem   
org.eclipse.emf.test.models.dbitem.impl   
org.eclipse.emf.test.models.dbprice   
org.eclipse.emf.test.models.dbprice.impl   
org.eclipse.emf.test.models.ext   
org.eclipse.emf.test.models.ext.impl   
org.eclipse.emf.test.models.key   
org.eclipse.emf.test.models.key.impl   
org.eclipse.emf.test.models.lib   
org.eclipse.emf.test.models.lib.impl   
org.eclipse.emf.test.models.library   
org.eclipse.emf.test.models.library.impl   
org.eclipse.emf.test.models.movie.db   
org.eclipse.emf.test.models.movie.db.impl   
org.eclipse.emf.test.models.order   
org.eclipse.emf.test.models.order.impl   
org.eclipse.emf.test.models.ppo   
org.eclipse.emf.test.models.ppo.impl   
org.eclipse.emf.test.models.qname   
org.eclipse.emf.test.models.qname.impl   
org.eclipse.emf.test.models.ref   
org.eclipse.emf.test.models.ref.impl   
org.eclipse.emf.test.models.ref.unsettable   
org.eclipse.emf.test.models.ref.unsettable.impl   
org.eclipse.emf.test.tools.codegen   
 

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

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

Methods in org.eclipse.emf.codegen.ecore.genmodel that return EModelElement
 EModelElement GenBase.getEcoreModelElement()
           
 EModelElement GenTypedElement.getEcoreModelElement()
           
 

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

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

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return EModelElement
 EModelElement GenBaseImpl.getEcoreModelElement()
           
 EModelElement GenTypedElementImpl.getEcoreModelElement()
           
 EModelElement GenPackageImpl.getEcoreModelElement()
           
 EModelElement GenEnumLiteralImpl.getEcoreModelElement()
           
 EModelElement GenClassifierImpl.getEcoreModelElement()
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type EModelElement
 boolean GenBaseImpl.AnnotationFilter.accept(EModelElement eModelElement, java.lang.String source, java.lang.String key, java.lang.String value)
           
 boolean GenBaseImpl.AnnotationFilterImpl.accept(EModelElement eModelElement, java.lang.String source, java.lang.String key, java.lang.String value)
           
protected  void GenBaseImpl.appendAnnotationInfo(java.lang.StringBuffer result, boolean qualified, EModelElement eModelElement, GenBaseImpl.AnnotationFilter annotationFilter)
           
protected  void GenBaseImpl.appendAnnotationInfo(java.lang.StringBuffer result, EModelElement eModelElement)
           
protected  void GenBaseImpl.appendAnnotationInfo(java.lang.StringBuffer result, EModelElement eModelElement, GenBaseImpl.AnnotationFilter annotationFilter)
           
protected  java.util.List<java.lang.String> GenBaseImpl.getAnnotationInfo(EModelElement eModelElement)
           
protected  java.util.List<java.lang.String> GenBaseImpl.getAnnotationInfo(EModelElement eModelElement, GenBaseImpl.AnnotationFilter annotationFilter)
           
 

Uses of EModelElement in org.eclipse.emf.ecore
 

Subinterfaces of EModelElement in org.eclipse.emf.ecore
 interface EAnnotation
          A representation of the model object 'EAnnotation'
 interface EAttribute
          A representation of the model object 'EAttribute'
 interface EClass
          A representation of the model object 'EClass'
 interface EClassifier
          A representation of the model object 'EClassifier'
 interface EcoreFactory
          The Factory for the model.
 interface EcorePackage
          The Package for the model.
 interface EDataType
          A representation of the model object 'EData Type'
 interface EEnum
          A representation of the model object 'EEnum'
 interface EEnumLiteral
          A representation of the model object 'EEnum Literal'.
 interface EFactory
          A representation of the model object 'EFactory'.
 interface ENamedElement
          A representation of the model object 'ENamed Element'
 interface EOperation
          A representation of the model object 'EOperation'
static interface EOperation.Internal
          Internal API implemented by all operations.
 interface EPackage
          A representation of the model object 'EPackage'
 interface EParameter
          A representation of the model object 'EParameter'
 interface EReference
          A representation of the model object 'EReference'
 interface EStructuralFeature
          A representation of the model object 'EStructural Feature'
static interface EStructuralFeature.Internal
          Internal API implemented by all features.
 interface ETypedElement
          A representation of the model object 'ETyped Element'
 interface ETypeParameter
          A representation of the model object 'EType Parameter'.
 

Methods in org.eclipse.emf.ecore that return EModelElement
 EModelElement EAnnotation.getEModelElement()
          Returns the value of the 'EModel Element' container reference.
 

Methods in org.eclipse.emf.ecore with parameters of type EModelElement
 void EAnnotation.setEModelElement(EModelElement value)
          Sets the value of the 'EModel Element' container reference
 

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

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

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

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

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

Classes in org.eclipse.emf.ecore.impl that implement EModelElement
 class EAnnotationImpl
          An implementation of the model object 'EAnnotation'
 class EAttributeImpl
          An implementation of the model object 'EAttribute'
 class EClassifierImpl
          An implementation of the model object 'EMeta Object'.
 class EClassImpl
          An implementation of the model object 'EClass'.
 class EcoreFactoryImpl
          An implementation of the model Factory
 class EcorePackageImpl
          An implementation of the model Package
 class EDataTypeImpl
          An implementation of the model object 'EData Type'
 class EEnumImpl
          An implementation of the model object 'EEnum'
 class EEnumLiteralImpl
          An implementation of the model object 'EEnum Literal'
 class EFactoryImpl
          An implementation of the model object 'EFactory'
 class EModelElementImpl
          An implementation of the model object 'EModel Element'
 class ENamedElementImpl
          An implementation of the model object 'ENamed Element'
 class EOperationImpl
          An implementation of the model object 'EOperation'.
 class EPackageImpl
          An implementation of the model object 'EPackage'.
 class EParameterImpl
          An implementation of the model object 'EParameter'
 class EReferenceImpl
          An implementation of the model object 'EReference'
 class EStructuralFeatureImpl
          An implementation of the model object 'EStructural Feature'.
 class ETypedElementImpl
          An implementation of the model object 'ETyped Element'
 class ETypeParameterImpl
          An implementation of the model object 'EType Parameter'
 

Methods in org.eclipse.emf.ecore.impl that return EModelElement
 EModelElement EAnnotationImpl.getEModelElement()
           
 

Methods in org.eclipse.emf.ecore.impl with parameters of type EModelElement
 NotificationChain EAnnotationImpl.basicSetEModelElement(EModelElement newEModelElement, NotificationChain msgs)
           
 void EAnnotationImpl.setEModelElement(EModelElement newEModelElement)
           
 

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

Fields in org.eclipse.emf.ecore.util with type parameters of type EModelElement
protected  java.util.Map<EModelElement,EAnnotation> BasicExtendedMetaData.annotationMap
           
protected  java.util.Map<EModelElement,java.lang.Object> BasicExtendedMetaData.extendedMetaDataHolderCache
           
 

Methods in org.eclipse.emf.ecore.util with parameters of type EModelElement
 T EcoreSwitch.caseEModelElement(EModelElement object)
          Returns the result of interpreting the object as an instance of 'EModel Element'
protected  EAnnotation BasicExtendedMetaData.getAnnotation(EModelElement eModelElement, boolean demandCreate)
           
static java.lang.String EcoreUtil.getAnnotation(EModelElement eModelElement, java.lang.String sourceURI, java.lang.String key)
           
static java.util.List<java.lang.String> EcoreUtil.getConstraints(EModelElement eModelElement)
           
static java.lang.String EcoreUtil.getDocumentation(EModelElement eModelElement)
           
static void EcoreUtil.setAnnotation(EModelElement eModelElement, java.lang.String sourceURI, java.lang.String key, java.lang.String value)
           
static void EcoreUtil.setConstraints(EModelElement eModelElement, java.util.List<java.lang.String> constraints)
           
static void EcoreUtil.setDocumentation(EModelElement eModelElement, java.lang.String documentation)
           
 boolean EcoreValidator.validateEModelElement(EModelElement eModelElement, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Constructor parameters in org.eclipse.emf.ecore.util with type arguments of type EModelElement
BasicExtendedMetaData(java.lang.String annotationURI, EPackage.Registry registry, java.util.Map<EModelElement,EAnnotation> annotationMap)
           
 

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

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

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

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

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

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

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

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

Uses of EModelElement in org.eclipse.emf.edit.provider
 

Methods in org.eclipse.emf.edit.provider with parameters of type EModelElement
protected  void ReflectiveItemProvider.gatherMetaData(EModelElement eModelElement)
           
 

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

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

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

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

Uses of EModelElement in org.eclipse.emf.examples.extlibrary
 

Subinterfaces of EModelElement in org.eclipse.emf.examples.extlibrary
 interface EXTLibraryFactory
          The Factory for the model.
 interface EXTLibraryPackage
          The Package for the model.
 

Uses of EModelElement in org.eclipse.emf.examples.extlibrary.impl
 

Classes in org.eclipse.emf.examples.extlibrary.impl that implement EModelElement
 class EXTLibraryFactoryImpl
          An implementation of the model Factory
 class EXTLibraryPackageImpl
          An implementation of the model Package
 

Uses of EModelElement in org.eclipse.emf.exporter.html
 

Methods in org.eclipse.emf.exporter.html with parameters of type EModelElement
 java.lang.String HTMLExporter.computeConstraints(EModelElement modelElement)
           
 

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

Fields in org.eclipse.emf.importer.java.builder with type parameters of type EModelElement
protected  java.util.Map<EModelElement,JNode> JavaEcoreBuilder.eModelElementToJNodeMap
          The map from a model element to the corresponding JNode.
 

Methods in org.eclipse.emf.importer.java.builder with parameters of type EModelElement
protected  JCompilationUnit JavaEcoreBuilder.getJCompilationUnit(EModelElement eModelElement)
           
protected  void JavaEcoreBuilder.resolve(EModelElement eModelElement, EGenericType ecoreEGenericType, EGenericType javaEGenericType)
           
protected  void JavaEcoreBuilder.resolve(EModelElement eModelElement, EGenericType eGenericType, JavaEcoreBuilder.RequiredClassifierType requiredClassifierType)
           
protected  EGenericType JavaEcoreBuilder.resolve(EModelElement eModelElement, java.lang.String typeName, JavaEcoreBuilder.RequiredClassifierType requiredClassifierType, boolean recordDemandCreatedEClassifier)
           
 void JavaEcoreBuilder.used(EModelElement modelElement)
           
 

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

Fields in org.eclipse.emf.importer.rose.builder with type parameters of type EModelElement
protected  java.util.Set<EModelElement> RoseEcoreBuilder.bounded
           
protected  java.util.Map<EModelElement,RoseNode> RoseEcoreBuilder.eModelElementToRoseNodeMap
           
 

Methods in org.eclipse.emf.importer.rose.builder with parameters of type EModelElement
protected  java.lang.String RoseEcoreBuilder.getQualifiedTypeName(EModelElement eModelElement, java.lang.String type)
           
protected  void RoseEcoreBuilder.setEModelElementProperties(RoseNode roseNode, EModelElement eModelElement)
           
 

Uses of EModelElement in org.eclipse.emf.java
 

Subinterfaces of EModelElement in org.eclipse.emf.java
 interface JavaFactory
          The Factory for the model.
 interface JavaPackage
          The Package for the model.
 

Uses of EModelElement in org.eclipse.emf.java.impl
 

Classes in org.eclipse.emf.java.impl that implement EModelElement
 class JavaFactoryImpl
          An implementation of the model Factory
 class JavaPackageImpl
          An implementation of the model Package
 

Uses of EModelElement in org.eclipse.emf.mapping
 

Subinterfaces of EModelElement in org.eclipse.emf.mapping
 interface MappingFactory
          The Factory for the model.
 interface MappingPackage
          The Package for the model.
 

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

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

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

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

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

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

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

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

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

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

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

Subinterfaces of EModelElement in org.eclipse.emf.mapping.xsd2ecore
 interface XSD2EcoreFactory
          The Factory for the model.
 interface XSD2EcorePackage
          The Package for the model.
 

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

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

Uses of EModelElement in org.eclipse.emf.test.core.featuremap.supplier
 

Subinterfaces of EModelElement in org.eclipse.emf.test.core.featuremap.supplier
 interface SupplierFactory
          The Factory for the model.
 interface SupplierPackage
          The Package for the model.
 

Uses of EModelElement in org.eclipse.emf.test.core.featuremap.supplier.impl
 

Classes in org.eclipse.emf.test.core.featuremap.supplier.impl that implement EModelElement
 class SupplierFactoryImpl
          An implementation of the model Factory
 class SupplierPackageImpl
          An implementation of the model Package
 

Uses of EModelElement in org.eclipse.emf.test.databinding.emfdb
 

Subinterfaces of EModelElement in org.eclipse.emf.test.databinding.emfdb
 interface EmfdbFactory
          The Factory for the model.
 interface EmfdbPackage
          The Package for the model.
 

Uses of EModelElement in org.eclipse.emf.test.databinding.emfdb.impl
 

Classes in org.eclipse.emf.test.databinding.emfdb.impl that implement EModelElement
 class EmfdbFactoryImpl
          An implementation of the model Factory
 class EmfdbPackageImpl
          An implementation of the model Package
 

Uses of EModelElement in org.eclipse.emf.test.models.customer
 

Subinterfaces of EModelElement in org.eclipse.emf.test.models.customer
 interface CustomerFactory
          The Factory for the model.
 interface CustomerPackage
          The Package for the model.
 

Uses of EModelElement in org.eclipse.emf.test.models.customer.impl
 

Classes in org.eclipse.emf.test.models.customer.impl that implement EModelElement
 class CustomerFactoryImpl
          An implementation of the model Factory
 class CustomerPackageImpl
          An implementation of the model Package
 

Uses of EModelElement in org.eclipse.emf.test.models.dbitem
 

Subinterfaces of EModelElement in org.eclipse.emf.test.models.dbitem
 interface DBItemFactory
          The Factory for the model.
 interface DBItemPackage
          The Package for the model.
 

Uses of EModelElement in org.eclipse.emf.test.models.dbitem.impl
 

Classes in org.eclipse.emf.test.models.dbitem.impl that implement EModelElement
 class DBItemFactoryImpl
          An implementation of the model Factory
 class DBItemPackageImpl
          An implementation of the model Package
 

Uses of EModelElement in org.eclipse.emf.test.models.dbprice
 

Subinterfaces of EModelElement in org.eclipse.emf.test.models.dbprice
 interface DBPriceFactory
          The Factory for the model.
 interface DBPricePackage
          The Package for the model.
 

Uses of EModelElement in org.eclipse.emf.test.models.dbprice.impl
 

Classes in org.eclipse.emf.test.models.dbprice.impl that implement EModelElement
 class DBPriceFactoryImpl
          An implementation of the model Factory
 class DBPricePackageImpl
          An implementation of the model Package
 

Uses of EModelElement in org.eclipse.emf.test.models.ext
 

Subinterfaces of EModelElement in org.eclipse.emf.test.models.ext
 interface ExtFactory
          The Factory for the model.
 interface ExtPackage
          The Package for the model.
 

Uses of EModelElement in org.eclipse.emf.test.models.ext.impl
 

Classes in org.eclipse.emf.test.models.ext.impl that implement EModelElement
 class ExtFactoryImpl
          An implementation of the model Factory
 class ExtPackageImpl
          An implementation of the model Package
 

Uses of EModelElement in org.eclipse.emf.test.models.key
 

Subinterfaces of EModelElement in org.eclipse.emf.test.models.key
 interface KeyFactory
          The Factory for the model.
 interface KeyPackage
          The Package for the model.
 

Uses of EModelElement in org.eclipse.emf.test.models.key.impl
 

Classes in org.eclipse.emf.test.models.key.impl that implement EModelElement
 class KeyFactoryImpl
          An implementation of the model Factory
 class KeyPackageImpl
          An implementation of the model Package
 

Uses of EModelElement in org.eclipse.emf.test.models.lib
 

Subinterfaces of EModelElement in org.eclipse.emf.test.models.lib
 interface LibFactory
          The Factory for the model.
 interface LibPackage
          The Package for the model.
 

Uses of EModelElement in org.eclipse.emf.test.models.lib.impl
 

Classes in org.eclipse.emf.test.models.lib.impl that implement EModelElement
 class LibFactoryImpl
          An implementation of the model Factory
 class LibPackageImpl
          An implementation of the model Package
 

Uses of EModelElement in org.eclipse.emf.test.models.library
 

Subinterfaces of EModelElement in org.eclipse.emf.test.models.library
 interface LibraryFactory
          The Factory for the model.
 interface LibraryPackage
          The Package for the model.
 

Uses of EModelElement in org.eclipse.emf.test.models.library.impl
 

Classes in org.eclipse.emf.test.models.library.impl that implement EModelElement
 class LibraryFactoryImpl
          An implementation of the model Factory
 class LibraryPackageImpl
          An implementation of the model Package
 

Uses of EModelElement in org.eclipse.emf.test.models.movie.db
 

Subinterfaces of EModelElement in org.eclipse.emf.test.models.movie.db
 interface DBFactory
          The Factory for the model.
 interface DBPackage
          The Package for the model.
 

Uses of EModelElement in org.eclipse.emf.test.models.movie.db.impl
 

Classes in org.eclipse.emf.test.models.movie.db.impl that implement EModelElement
 class DBFactoryImpl
          An implementation of the model Factory
 class DBPackageImpl
          An implementation of the model Package
 

Uses of EModelElement in org.eclipse.emf.test.models.order
 

Subinterfaces of EModelElement in org.eclipse.emf.test.models.order
 interface OrderFactory
          The Factory for the model.
 interface OrderPackage
          The Package for the model.
 

Uses of EModelElement in org.eclipse.emf.test.models.order.impl
 

Classes in org.eclipse.emf.test.models.order.impl that implement EModelElement
 class OrderFactoryImpl
          An implementation of the model Factory
 class OrderPackageImpl
          An implementation of the model Package
 

Uses of EModelElement in org.eclipse.emf.test.models.ppo
 

Subinterfaces of EModelElement in org.eclipse.emf.test.models.ppo
 interface PPOFactory
          The Factory for the model.
 interface PPOPackage
          The Package for the model.
 

Uses of EModelElement in org.eclipse.emf.test.models.ppo.impl
 

Classes in org.eclipse.emf.test.models.ppo.impl that implement EModelElement
 class PPOFactoryImpl
          An implementation of the model Factory
 class PPOPackageImpl
          An implementation of the model Package
 

Uses of EModelElement in org.eclipse.emf.test.models.qname
 

Subinterfaces of EModelElement in org.eclipse.emf.test.models.qname
 interface QNameFactory
          The Factory for the model.
 interface QNamePackage
          The Package for the model.
 

Uses of EModelElement in org.eclipse.emf.test.models.qname.impl
 

Classes in org.eclipse.emf.test.models.qname.impl that implement EModelElement
 class QNameFactoryImpl
          An implementation of the model Factory
 class QNamePackageImpl
          An implementation of the model Package
 

Uses of EModelElement in org.eclipse.emf.test.models.ref
 

Subinterfaces of EModelElement in org.eclipse.emf.test.models.ref
 interface RefFactory
          The Factory for the model.
 interface RefPackage
          The Package for the model.
 

Uses of EModelElement in org.eclipse.emf.test.models.ref.impl
 

Classes in org.eclipse.emf.test.models.ref.impl that implement EModelElement
 class RefFactoryImpl
          An implementation of the model Factory
 class RefPackageImpl
          An implementation of the model Package
 

Uses of EModelElement in org.eclipse.emf.test.models.ref.unsettable
 

Subinterfaces of EModelElement in org.eclipse.emf.test.models.ref.unsettable
 interface URefFactory
          The Factory for the model.
 interface URefPackage
          The Package for the model.
 

Uses of EModelElement in org.eclipse.emf.test.models.ref.unsettable.impl
 

Classes in org.eclipse.emf.test.models.ref.unsettable.impl that implement EModelElement
 class URefFactoryImpl
          An implementation of the model Factory
 class URefPackageImpl
          An implementation of the model Package
 

Uses of EModelElement in org.eclipse.emf.test.tools.codegen
 

Methods in org.eclipse.emf.test.tools.codegen with parameters of type EModelElement
protected  java.lang.String BaseGenModelTest.getExpectedValue(EModelElement modelElement, java.lang.String name, java.lang.String detail)
           
 


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