[EMAIL PROTECTED] wrote:
use OperationFacade.arguments instead of OperationFacade.parameters, the former 
will returns all parameters without the 'return' parameter
(end of quote)




OK. Good to know. Actually I used parameters because even if it's not possible 
to specify documentation for the "return parameter" (something that would go 
after @return) in MagicDraw, XMI makes it possible so as I have the isReturn() 
method to know if the parameter is the return one, it's OK.



But in another domain I have problems with the different variants of 
ModelElementFacade.getDocumentation(). The main problem of that method is that, 
even if I deactivate the HTML styling, I still have new lines added before and 
after the comment, which isn't very practical. So is there something in 
stringUtils for example that makes it possible to trim the documentation string 
? or even better, is there a way to get the rough content of the metaobject 
comment ? If not, may I add a getComment() method to do that in 
ModelElementFacade ?
--
Sébastien Arbogast
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2009#2009
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to