you probably did not specify the return type to your method (perhaps implying it to be void)
arguments is the thing you want parameters = arguments + return type -- Wouter "MaboMail" <[EMAIL PROTECTED]> wrote: >Hello! > >I try to define my new catrdige and i write some code in velocity. > >The method getParametrs() return always one parameter more then i drowed in my uml! >It is normal? > >In my UML i define a clas wit a method this method requide 1 parameter >CLASS state > Method setName(String name) > >If i execute this velocity : >#foreach($method in $class.getOperations()) > #foreach($parameter in $method.getParameters()) > $parameter.getName() > #end >#end > >i obtain this output: > setName > $parameter.getName() > >I obtain two row(parameter), It is not correct!!! > >Some of you can help me! > >Thanks > > >Matteo > > > >------------------------------------------------------- >This SF.Net email is sponsored by OSTG. Have you noticed the changes on >Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, >one more big change to announce. We are now OSTG- Open Source Technology >Group. Come see the changes on the new OSTG site. www.ostg.com >_______________________________________________ >Andromda-user mailing list >[EMAIL PROTECTED] >https://lists.sourceforge.net/lists/listinfo/andromda-user > __________________________________________________________________ Switch to Netscape Internet Service. As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register Netscape. Just the Net You Need. New! Netscape Toolbar for Internet Explorer Search from anywhere on the Web and block those annoying pop-ups. Download now at http://channels.netscape.com/ns/search/install.jsp ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user
