Uses of Class
org.eclipse.emf.ecore.impl.EObjectImpl

Packages that use EObjectImpl
org.eclipse.emf.codegen.ecore.genmodel.impl   
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.impl   
org.eclipse.emf.ecore.xml.type.impl   
org.eclipse.emf.edit.tree.impl   
org.eclipse.emf.examples.extlibrary.impl   
org.eclipse.emf.java.impl   
org.eclipse.emf.mapping.ecore2ecore.impl   
org.eclipse.emf.mapping.ecore2xml.impl   
org.eclipse.emf.mapping.impl   
org.eclipse.emf.mapping.xsd2ecore.impl   
org.eclipse.emf.test.core.featuremap.supplier.impl   
org.eclipse.emf.test.databinding.emfdb.impl   
org.eclipse.emf.test.models.customer.impl   
org.eclipse.emf.test.models.dbitem.impl   
org.eclipse.emf.test.models.dbprice.impl   
org.eclipse.emf.test.models.ext.impl   
org.eclipse.emf.test.models.key.impl   
org.eclipse.emf.test.models.lib.impl   
org.eclipse.emf.test.models.library.impl   
org.eclipse.emf.test.models.movie.db.impl   
org.eclipse.emf.test.models.order.impl   
org.eclipse.emf.test.models.ppo.impl   
org.eclipse.emf.test.models.qname.impl   
org.eclipse.emf.test.models.ref.impl   
org.eclipse.emf.test.models.ref.unsettable.impl   
org.eclipse.emf.test.models.tree.impl   
 

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

Subclasses of EObjectImpl in org.eclipse.emf.codegen.ecore.genmodel.impl
 class GenAnnotationImpl
          An implementation of the model object 'Gen Annotation'
 class GenBaseImpl
          An implementation of the model object 'Gen Base'
 class GenClassifierImpl
          An implementation of the model object 'Gen Meta Object'
 class GenClassImpl
          An implementation of the model object 'Gen Class'
 class GenDataTypeImpl
          An implementation of the model object 'Gen Data Type'
 class GenEnumImpl
          An implementation of the model object 'Gen Enum'
 class GenEnumLiteralImpl
          An implementation of the model object 'Gen Enum Literal'
 class GenFeatureImpl
          An implementation of the model object 'Gen Feature'
 class GenModelImpl
          An implementation of the model object 'GenModel'
 class GenOperationImpl
          An implementation of the model object 'Gen Operation'
 class GenPackageImpl
          An implementation of the model object 'Gen Package'
 class GenParameterImpl
          An implementation of the model object 'Gen Parameter'
 class GenTypedElementImpl
          An implementation of the model object 'Gen Typed Element'
 class GenTypeParameterImpl
          An implementation of the model object 'Gen Type Parameter'
 

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

Subclasses of EObjectImpl in org.eclipse.emf.ecore.change.impl
 class ChangeDescriptionImpl
          An implementation of the model object 'Description'
 class EObjectToChangesMapEntryImpl
          An implementation of the model object 'EObject To Changes Map Entry'
 class FeatureChangeImpl
          An implementation of the model object 'Feature Change'
 class FeatureMapEntryImpl
          An implementation of the model object 'Feature Map Entry'.
 class ListChangeImpl
          An implementation of the model object 'List Change'
 class ResourceChangeImpl
          An implementation of the model object 'Resource Change'
 

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

Subclasses of EObjectImpl in org.eclipse.emf.ecore.impl
 class DynamicEObjectImpl
          An implementation of the model object 'EObject' that's tuned for dynamic use.
static class DynamicEObjectImpl.BasicEMapEntry<K,V>
           
 class DynamicEStoreEObjectImpl
          An implementation of 'EObject' that delegates to a store.
 class EStoreEObjectImpl
          An implementation of 'EObject' that delegates to a store.
 class FlatEObjectImpl
          An implementation of the model object 'EObject'.
 

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

Subclasses of EObjectImpl in org.eclipse.emf.ecore.util
static class BasicFeatureMap.FeatureMapEObjectImpl
          Temporary for testing purposes only.
static class DelegatingFeatureMap.FeatureMapEObjectImpl
          Temporary for testing purposes only.
 

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

Subclasses of EObjectImpl in org.eclipse.emf.ecore.xml.namespace.impl
 class XMLNamespaceDocumentRootImpl
          An implementation of the model object 'Document Root'
 

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

Subclasses of EObjectImpl in org.eclipse.emf.ecore.xml.type.impl
 class AnyTypeImpl
          An implementation of the model object 'Any Type'
 class ProcessingInstructionImpl
          An implementation of the model object 'Processing Instruction Type'
 class SimpleAnyTypeImpl
          An implementation of the model object 'Simple Any Type'
 class XMLTypeDocumentRootImpl
          An implementation of the model object 'Document Root'
 

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

Subclasses of EObjectImpl in org.eclipse.emf.edit.tree.impl
 class TreeNodeImpl
          An implementation of the model object 'Node'
 

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

Subclasses of EObjectImpl in org.eclipse.emf.examples.extlibrary.impl
 class AudioVisualItemImpl
          An implementation of the model object 'Audo Visual Item'
 class BookOnTapeImpl
          An implementation of the model object 'Book On Tape'
 class BorrowerImpl
          An implementation of the model object 'Borrower'
 class CirculatingItemImpl
          An implementation of the model object 'Circulating Item'
 class EmployeeImpl
          An implementation of the model object 'Employee'
 class PeriodicalImpl
          An implementation of the model object 'Periodical'
 class VideoCassetteImpl
          An implementation of the model object 'Video Cassette'
 

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

Subclasses of EObjectImpl in org.eclipse.emf.java.impl
 class JClassImpl
          An implementation of the model object 'JClass'
 class JCompilationUnitImpl
          An implementation of the model object 'JCompilation Unit'
 class JFieldImpl
          An implementation of the model object 'JField'
 class JInitializerImpl
          An implementation of the model object 'JInitializer'
 class JMemberImpl
          An implementation of the model object 'JMember'
 class JMethodImpl
          An implementation of the model object 'JMethod'
 class JModelElementImpl
          An implementation of the model object 'JModel JNode'
 class JPackageImpl
          An implementation of the model object 'JPackage'
 class JParameterImpl
          An implementation of the model object 'JParameter'
 

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

Subclasses of EObjectImpl in org.eclipse.emf.mapping.ecore2ecore.impl
 class Ecore2EcoreMappingRootImpl
          An implementation of the model object 'Mapping Root'
 

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

Subclasses of EObjectImpl in org.eclipse.emf.mapping.ecore2xml.impl
 class ENamedElementToXMLInfoMapEntryImpl
          An implementation of the model object 'ENamed Element To XML Info Map Entry'
 class XMLInfoImpl
          An implementation of the model object 'XML Info'
 class XMLMapImpl
          An implementation of the model object 'XML Map'
 

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

Subclasses of EObjectImpl in org.eclipse.emf.mapping.impl
 class ComplexTypeConverterImpl
          An implementation of the model object 'Complex Type Converter'
 class FunctionNamePairImpl
          An implementation of the model object 'Function Name Pair'
 class FunctionPairImpl
          An implementation of the model object 'Function Pair'
 class MappingHelperImpl
          An implementation of the model object 'Helper'
 class MappingImpl
          An implementation of the model object 'Mapping'
 class MappingRootImpl
          An implementation of the model object 'Root'
 class MappingStrategyImpl
          An implementation of the model object 'Strategy'
 class TypeConverterImpl
          An implementation of the model object 'Type Converter'
 

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

Subclasses of EObjectImpl in org.eclipse.emf.mapping.xsd2ecore.impl
 class XSD2EcoreMappingRootImpl
          An implementation of the model object 'Mapping Root'
 

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

Subclasses of EObjectImpl in org.eclipse.emf.test.core.featuremap.supplier.impl
 class PurchaseOrderImpl
          An implementation of the model object 'Purchase Order'
 class SupplierImpl
          An implementation of the model object 'Supplier'
 

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

Subclasses of EObjectImpl in org.eclipse.emf.test.databinding.emfdb.impl
 class AImpl
          An implementation of the model object 'A'
 class BImpl
          An implementation of the model object 'B'
 

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

Subclasses of EObjectImpl in org.eclipse.emf.test.models.customer.impl
 class AddressTypeImpl
          An implementation of the model object 'Address Type'
 class CanadaAddrImpl
          An implementation of the model object 'Canada Addr'
 class CreditInfoImpl
          An implementation of the model object 'Credit Info'
 class CustomersTypeImpl
          An implementation of the model object 'Customers Type'
 class CustomerTypeImpl
          An implementation of the model object 'Type'
 class DocumentRootImpl
          An implementation of the model object 'Document Root'
 class USAddrImpl
          An implementation of the model object 'US Addr'
 

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

Subclasses of EObjectImpl in org.eclipse.emf.test.models.dbitem.impl
 class DbTypeImpl
          An implementation of the model object 'Db Type'
 

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

Subclasses of EObjectImpl in org.eclipse.emf.test.models.dbprice.impl
 class PencilTypeImpl
          An implementation of the model object 'Pencil Type'
 class PenTypeImpl
          An implementation of the model object 'Pen Type'
 

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

Subclasses of EObjectImpl in org.eclipse.emf.test.models.ext.impl
 class ExtEImpl
          An implementation of the model object 'E'
 class FImpl
          An implementation of the model object 'F'
 

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

Subclasses of EObjectImpl in org.eclipse.emf.test.models.key.impl
 class ItemImpl
          An implementation of the model object 'Item'
 class RootImpl
          An implementation of the model object 'Root'
 

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

Subclasses of EObjectImpl in org.eclipse.emf.test.models.lib.impl
 class AddressImpl
          An implementation of the model object 'Address'
 class BookImpl
          An implementation of the model object 'Book'
 class CafeteriaImpl
          An implementation of the model object 'Cafeteria'
 class LibraryImpl
          An implementation of the model object 'Library'
 class PersonImpl
          An implementation of the model object 'Person'
 

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

Subclasses of EObjectImpl in org.eclipse.emf.test.models.library.impl
 class WriterImpl
          An implementation of the model object 'Writer'
 

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

Subclasses of EObjectImpl in org.eclipse.emf.test.models.movie.db.impl
 class CriticsReviewTypeImpl
          An implementation of the model object 'Critics Review Type'
 class CustomerReviewTypeImpl
          An implementation of the model object 'Customer Review Type'
 class MovieDBTypeImpl
          An implementation of the model object 'Movie DB Type'
 class MovieTypeImpl
          An implementation of the model object 'Movie Type'
 

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

Subclasses of EObjectImpl in org.eclipse.emf.test.models.order.impl
 class CustomerOrderImpl
          An implementation of the model object 'Customer Order'
 class OrderImpl
          An implementation of the model object 'Order'
 

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

Subclasses of EObjectImpl in org.eclipse.emf.test.models.ppo.impl
 class USAddressImpl
          An implementation of the model object 'US Address'
 

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

Subclasses of EObjectImpl in org.eclipse.emf.test.models.qname.impl
 class ResourceTypeImpl
          An implementation of the model object 'Resource Type'
 

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

Subclasses of EObjectImpl in org.eclipse.emf.test.models.ref.impl
 class C1Impl
          An implementation of the model object 'C1'
 class C2Impl
          An implementation of the model object 'C2'
 class C3Impl
          An implementation of the model object 'C3'
 class C4Impl
          An implementation of the model object 'C4'
 class CImpl
          An implementation of the model object 'C'
 class DImpl
          An implementation of the model object 'D'
 class EImpl
          An implementation of the model object 'E'
 

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

Subclasses of EObjectImpl in org.eclipse.emf.test.models.ref.unsettable.impl
 class AUImpl
          An implementation of the model object 'AU'
 class BUImpl
          An implementation of the model object 'BU'
 class C1UImpl
          An implementation of the model object 'C1U'
 class C2UImpl
          An implementation of the model object 'C2U'
 class C3UImpl
          An implementation of the model object 'C3U'
 class C4UImpl
          An implementation of the model object 'C4U'
 class CUImpl
          An implementation of the model object 'CU'
 class DUImpl
          An implementation of the model object 'DU'
 class EUImpl
          An implementation of the model object 'EU'
 

Uses of EObjectImpl in org.eclipse.emf.test.models.tree.impl
 

Subclasses of EObjectImpl in org.eclipse.emf.test.models.tree.impl
 class DataImpl
          An implementation of the model object 'Data'
 class NodeImpl
          An implementation of the model object 'Node'
 


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