Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - lmeylan

Pages: [1]
1
The proposed link seems broken (for providing information on how to run the Java interface for EA (32 bits) onto 64 bits platform)

2
Thanks for the answer, however this doesn't answer my point fully.
Where I struglle, is that I get the size of the TemplateParameters (sparx) Collection.
I can then iterate, and get elements of the collection with GetAt() method.

However when I try to cast the resulting Object with "org.sparx.TemplateParameter", Java scratches and just provides a null Object.
This doesn't happen for other Collections where the same approach is working..

3
Hello,

I'm currently using the Java ea interface, things are working well, but I'm struggling for getting the list of template parameters attached to a given class. The method "GetTemplateParameters()"attached to the Element Class is said retrieving a Collection, but the type of object contained in this Collection is not given. This method is not documented (or at least I haven't found it in the Sparx documentation). When I try to iterate on this Collection to get individual elements, I systematically obtain "null" element.
Thanks for helping fixing this point.

Pages: [1]