Change to properties: 1. for the whole model model-properites : java : role : container class 2. for a certain association association-specification : Java A/B : container class Klaus -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Christophe Geraud Gesendet am: Dienstag, 27. Februar 2001 17:00 An: Rose Forum Betreff: (ROSE) java aggregate 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 * ************************************************************************* ************************************************************************ * 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 * *************************************************************************
