Skip to main content



      Home
Home » Archived » AM3 » [ATL] dealing with data type
[ATL] dealing with data type [message #575151] Fri, 22 January 2010 19:46 Go to next message
Eclipse UserFriend
Hi folks!

I need to manipulate an attribute from a class defined in the entry metamodel - obtained from a XML Schema - of my ATL transformation. This attribute is of the UnsignedLong data type. How can I do to specify the data type of this attribute in my ATL model?
Example:
If my desired attribute is of a data type recognized by the ATL, like string, I can write:
let var: String =
MMa!Class1.allInstances()->first().attribute
in...
but once the data type of the attribute is Unsigned Long:
let var: ?data type? =
MMa!Class1.allInstances()->first().attribute
in...

Thank you in advance!
Re: [ATL] dealing with data type [message #575177 is a reply to message #575151] Mon, 25 January 2010 04:24 Go to previous message
Eclipse UserFriend
Hello,

Your question is related to ATL and you are posting in the AM3 section.
Please ask your question on the ATL section of the Eclipse forum.

Best regards,

Guillaume.
Previous Topic:[ATL] dealing with data type
Next Topic:[AM3] Cannot install AM3 for ATL3 plugins correctly
Goto Forum:
  


Current Time: Tue Jul 22 18:57:40 EDT 2025

Powered by FUDForum. Page generated in 1.26515 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top