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

EDT:EGL Language Stereotypes and Annotations

Revision as of 16:14, 20 July 2011 by Unnamed Poltroon (Talk)

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 bug 352619
bug 352616

JavaObject
N/S

JavaScriptObject

N/S
HostProgram
N/S

IncludeReferencedFunctions2


EventListener


Property3


BindService
bug 352610(1d) bug 352612(1d)
JsonName

bug 352583
bug 352581
XMLAttribute
XML bug 346138
XML bug 351892
XMLElement
XML bug 346138
XML bug 351892
XMLRootElement
XML bug 346138
XML bug 351892
XMLSchemaType
XML bug 346138
XML bug 351892
XMLStructureKind
XML bug 346138
XML bug 351892
XMLType
XML bug 346138
XML bug 351892

Notes on Table 8

  1. The BasicProgram stereotype won't have the msgTablePrefix field.
  2. IncludeReferencedFunctions is an annotation in RBD, but it will be a field of the stereotypes in RBD.
  3. The Property annotation replaces RBD's JavaProperty and JavaScriptProperty.  bug 352574

Back to the top