Hello,
I'm using Rose 2000 for a Java class model.
If the class A is an aggregation of B objects, Rose produce
class A {
B b[];
}
It create an array of B's objects.
I would prefer to use List instead of array.
So I would like to have :
class A {
List b;
}
Is-it possible to configure Rose for doing this ?
Thanks for help
Christophe Geraud
************************************************************************
* 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
*
*************************************************************************