Skip to main content

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.

Jump to: navigation, search

Ecore/EObject

< Ecore
Revision as of 21: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...)

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

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()

Back to the top