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 "EDT:EGL Language Stereotypes and Annotations"

Line 5: Line 5:
 
Our approach is to say most stereotypes and annotations from RBD are not supported in EDT, and we'll add them back as we decide that we need their features.  
 
Our approach is to say most stereotypes and annotations from RBD are not supported in EDT, and we'll add them back as we decide that we need their features.  
  
{| width="400" cellspacing="1" cellpadding="1" border="1" style=""
+
{| cellspacing="1" cellpadding="1" border="1" width="400" style=""
 
|-
 
|-
 
| bgcolor="#999999" align="center" | '''''Stereotypes and Annotations'''''  
 
| bgcolor="#999999" align="center" | '''''Stereotypes and Annotations'''''  
Line 61: Line 61:
 
| <br>  
 
| <br>  
 
| <br>
 
| <br>
 +
|-
 +
| bgcolor="#cccccc" | ''XMLAttribute''
 +
| <br>
 +
| XML<br>
 +
| XML<br>
 +
|-
 +
| bgcolor="#cccccc" | ''XMLElement''
 +
| <br>
 +
| XML<br>
 +
| XML<br>
 +
|-
 +
| bgcolor="#cccccc" | ''XMLRootElement''
 +
| <br>
 +
| XML<br>
 +
| XML<br>
 +
|-
 +
| bgcolor="#cccccc" | ''XMLSchemaType''
 +
| <br>
 +
| XML<br>
 +
| XML<br>
 +
|-
 +
| bgcolor="#cccccc" | ''XMLStructureKind''
 +
| <br>
 +
| XML<br>
 +
| XML<br>
 +
|-
 +
| bgcolor="#cccccc" | ''XMLType''
 +
| <br>
 +
| XML<br>
 +
| XML<br>
 
|}
 
|}
 
'''Notes on Table 8'''<br>
 
 
#<span style="background: none repeat scroll 0% 0% rgb(255, 165, 0);">The BasicProgram stereotype won't have the msgTablePrefix field.</span>
 
#<span style="background: none repeat scroll 0% 0% rgb(255, 165, 0);">IncludeReferencedFunctions is an annotation in RBD, but it will be a field of the stereotypes in RBD.</span>
 

Revision as of 15:34, 19 July 2011

Please see the parent of this page, EDT:EGL Language.

Stereotypes and Annotations (Table 8)

Our approach is to say most stereotypes and annotations from RBD are not supported in EDT, and we'll add them back as we decide that we need their features.

Stereotypes and Annotations Core JavaScript Java
BasicProgram1
N/S

Exception
JS:Exception

RUIHandler
JS:  RUIHandler
N/S
RUIWidget
JS: RUIWidget
N/S
BirtHandler
N/S

NativeType


JavaObject
N/S

JavaScriptObject

N/S
HostProgram
N/S

IncludeReferencedFunctions2


XMLAttribute
XML
XML
XMLElement
XML
XML
XMLRootElement
XML
XML
XMLSchemaType
XML
XML
XMLStructureKind
XML
XML
XMLType
XML
XML

Back to the top