RE: Tagged Value Types
"Tom Morris" <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.user |
|---|---|
| Message-ID | <00bb01c77b38$ebd15ca0$6401a8c0@micronxp> |
> if you create a Tagged Value like "Priority", you would want to > restrict the values that can be entered to "High", "Medium", or "Low". > > Is there some way to do this in ArgoUML? Not currently. ArgoUML only supports TaggedValue types of String (which was the only type allowed in UML 1.3, I think). To do what you want we'd need to support Enumeration as a type for a TaggedValue. This is the subject of issue 4031 http://argouml.tigris.org/issues/show_bug.cgi?id=4031 Add your votes there if you'd like to see it increased in priority (or contribute a patch). Tom