Re: [mdr-users] Return type of void operation
Martin Matula <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Olivier, in MOF the return type is modeled using a parameter with direction set to "dir_return". So, for no return type (i.e. return type of void), you just don't provide the return parameter in MOF. Regards, Martin Olivier RICHAUD wrote: >Hi all, > >I have a very simple question : how can I tell MDR to consider the >return type of an operation as void? Currently, I'm using Poseidon which >defines a return parameter with a dedicated void Java type. But what is >the MOF way to express to return type? > >Regards. > >Olivier. > > >