Ok, but how to do that with a property ?
"Chad Brandon" <[EMAIL PROTECTED]> writes: >No, the template is correct. You need to override the actual modeled >method >name and not the handle method in your super metafacade. > >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of Walter >Mour�o >Sent: Monday, January 10, 2005 9:58 AM >To: [email protected] >Subject: [Andromda-devel] meta cartridge template > >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 > > > >------------------------------------------------------- >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 > --------------------------------------------------------------------------- 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
