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
Post a Comment