Hi,
for a Java-class operation I specified in my model 'opname(aVector :
java.util.Vector) : java.util.Vector'. Here are both types full qualified,
which is okay for me.
The generated code looks like:
import java.util.Vector;
...
public Vector opname(java.util.Vector aVector) {}
The return type is fine, but the parameter type is full qualified.
Is there a way, without manually editing the parameter type definition, to
force the code generator to generate the parameter type not full qualified.
Regards, Klaus Oppermann
TUI InfoTec GmbH & Co KG
************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Admin.Subscription Requests: [EMAIL PROTECTED]
* Archive of messages:
http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*
* To: [EMAIL PROTECTED]
* Subject:<BLANK>
* Body: unsubscribe rose_forum
*
*************************************************************************