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

Difference between revisions of "Map EMF type elements"

(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...)
 
Line 1: Line 1:
 
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.
 
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.
 
   
 
   
{|
+
{| border="1"
 
|-
 
|-
 
! EMF ECore Element
 
! EMF ECore Element
 
! JCR node type Element
 
! JCR node type Element
 
|-
 
|-
| eClass, nodeType
+
| eClass
 +
| nodeType
 
|-
 
|-
| eClass.name, nodeType.name
+
| eClass.name
 +
| nodeType.name
 
|-
 
|-
| eClass.isInterface, nodeType.isMixin
+
| eClass.isInterface,
| }
+
| nodeType.isMixin
 +
|}

Revision as of 13:06, 20 August 2008

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