Declaring the type of a List in Argo
"Lionel van den Berg" <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.user |
|---|---|
| Message-ID | <[email protected]> |
Is it possible to have a List attribute or other in Argo and define it's type. E.g.: someAttribute : List<String> When I do this it creates a new class called "List<String>". thanks Lionel.