I'm trying to overlap a metafacade property, but it's not working, and I
found the following code in MetafacadeLogic.vsl:
##
#if ($superMetafacade)
// ----------- delegates to $superMetafacade.fullyQualifiedName
------------
#foreach ( $method in $superMetafacade.getMethodDataForPSM(true) )
// from ${method.metafacadeName}
${method.buildMethodDeclaration(true)}
{
return super_.${method.buildMethodCall()};
}
#end
#end
It looks to me it avoids the overlap. Am I right ? Is it wrong to overlap
the the property getter ? Is there another way to do that ?
Thanks,
---------------------------------------------------------------------------
Walter Itamar Mour�o - Diretor de Tecnologia e Projetos - Arcadian S/A
www.arcadian.com.br
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Andromda-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-devel