acceleo get stereotypes' attributs from within a module -


i'm writing module writes ldif file,

i've stereotype called 'user' defined metaclasse have many attributs (username, password, role,..)

the problem cannot access attributs within module..

how should do!

use getvalue operation. in example below elem has stereotype 'enumliteralcodevalue' of profile 'clbprofile' attached has property of type 'value'

[elem.getvalue(elem.getappliedstereotype('clbprofile::enumliteralcodevalue'),'value')/]  

Comments

Popular posts from this blog

Using 'OR' and 'AND' in SQL Server -

python - Finding intersection between ellipse and a line -

c++ - NetBeans Remote Development with additional configuration -