| how to read contents from .genmodel(ecore) using EGL [message #719363] |
Fri, 26 August 2011 16:08  |
vrm Messages: 31 Registered: June 2011 |
Member |
|
|
I have .genmodel loaded into my egl template but not able to fetch in contents.
What should be syntax to read the attributes from the .genmodel.For instance,generating all the genPackages from the .genmodel.The below code seem to be wrong and gives be a java.lang.NullPointerException when executed.
[%
for(a in Class.allInstances)
out.println(a);
%]
|
|
|
|
Powered by
FUDForum. Page generated in 0.01595 seconds