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

Map EMF type elements

Revision as of 13:00, 20 August 2008 by Unnamed Poltroon (Talk) (New page: Below you see how the EMF type elements are mapped to JCR type elements. The pseudo objects "eClass" and "nodeType" are used to illustrate the concrete properties. {| |- ! EMF ECore Elem...)

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

Below you see how the EMF type elements are mapped to JCR type elements. The pseudo objects "eClass" and "nodeType" are used to illustrate the concrete properties.

EMF ECore Element JCR node type Element
eClass, nodeType
eClass.name, nodeType.name
eClass.isInterface, nodeType.isMixin }

Back to the top