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

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

Copyright © Eclipse Foundation, Inc. All Rights Reserved.