Skip to main content
Jump to: navigation, search

Ecore/EObject

< Ecore
Revision as of 09:14, 16 December 2010 by Ed.Merks.gmail.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

All EMF generated models implement the EObject and InternalEObject interfaces, and directly or indirectly extend the BasicEObjectImpl superclass.

Documentation

FAQ

How to obtain EPackage that contains an EObject's class?

eObject.eClass().getEPackage()

Back to the top