[umbrello-devel] [umbrello] [Bug 358091] New: Add value field to Enum Literal

Tzvetelin Katchov via KDE Bugzilla bugzilla_noreply at kde.org
Sat Jan 16 19:55:28 UTC 2016


https://bugs.kde.org/show_bug.cgi?id=358091

            Bug ID: 358091
           Summary: Add value field to Enum Literal
           Product: umbrello
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: general
          Assignee: umbrello-devel at kde.org
          Reporter: katchov at gmail.com

UML 2.5 specification don't provide way to specify the internal representation
of enumeration value in system programming languages. Umbrello should support
Enum Literal value for better and complete code generation like below C++
example:

namespace AssociationType
{
    enum Enum {
        Generalization  =  500,
        Aggregation,
        ...

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list