Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
Ecore/EObject
< Ecore
Revision as of 20:08, 9 December 2010 by Hendy.rainbowpurple.com (Talk | contribs) (New page: All EMF generated models implement the [http://download.eclipse.org/modeling/emf/emf/javadoc/2.6.0/org/eclipse/emf/ecore/EObject.html EObject interface], and directly or indirectly ext...)
All EMF generated models implement the EObject interface, and directly or indirectly extends the EObjectImpl superclass.
Documentation
FAQ
How to obtain EPackage that contains an EObject?
eObject.eClass().getEPackage()