[Acceleo] Retrieve a Class : from an association in a property / from her name in the model [message #687999] |
Thu, 23 June 2011 16:45  |
David P Messages: 2 Registered: June 2011 |
Junior Member |
|
|
Hi,
I'm a beginner with Acceleo, and I have a little question to improve my PHP class file generation from the model.
I have two class "A" and "B" linked by a "one to many" association in the UML model, and I would like to know how to retrieve a "Class" object from the end of the association.
On the property of my class "A", I can retrieve the name of the class "B" which is at the end of the association :
[p.association.endType->last().name/]
But in my class A, I would like to read information about my class B pointed by the association like this :
[getValue(myClassB.getAppliedStereotype('default::Classifier'), 'persistence').toString()/]
How can I do that?
Or, How can I retrieve a "Class" object from her String name?
I haven't see a getClass('String') method or something like this
Thanks for your help,
David
[Updated on: Thu, 23 June 2011 16:46] Report message to a moderator
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01922 seconds