Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Ecore/EObject

< Ecore(Redirected from EObject)

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