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

Difference between revisions of "EDT:EGL Language conversion"

Line 8: Line 8:
 
| EDT
 
| EDT
 
|-
 
|-
| DataItem,<br>Stand alone (top level) function <br>
+
| Called program
 +
| Not supported
 +
|-
 +
| DataItem,<br>Stand alone (top level) function <br>  
 
| Not supported right now<br>
 
| Not supported right now<br>
 
|-
 
|-
| Datatable,<br>Structured Record,<br>Form,<br>FormGroup <br>
+
| Datatable,<br>Structured Record,<br>Form,<br>FormGroup <br>  
 
| Not supported<br>
 
| Not supported<br>
 +
|-
 +
| Nullable
 +
|
 
|}
 
|}
  

Revision as of 17:05, 26 August 2011

EGL language conversion consideration from RBD/EGLCE

RBD/EGL CE EDT
Called program Not supported
DataItem,
Stand alone (top level) function
Not supported right now
Datatable,
Structured Record,
Form,
FormGroup
Not supported
Nullable
RBD/EGL CE EDT
time replaced with timestamp
interval Not Supported right now, no replacement
Money, num, bin
use Decimal
RBD/EGL CE EDT
system libraries all needs to be fully qualified with library name
 i.e. sysLib, dateTimeLib, serviceLib, xmlLib...etc.
currentTimeStamp()
dateTimeLib.currentTimeStamp()



RBD/EGL CE EDT
matches have to use String matchesPattern() function instead
RBD/EGL CE EDT
basicLibrary no more basicLibrary
annotation on Library no annotation is supported on library
RuntimeException
no more RuntimeException, use AnyException
IndexOutOfBoundException
InvalidIndexException

Back to the top