| umbrello 25.04.2
    Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology | 
| Enumerations | |
| enum | Enum { Generalization = 500 , Aggregation , Dependency , Association , Association_Self , Coll_Mesg_Async , Seq_Message , Coll_Mesg_Self , Seq_Message_Self , Containment , Composition , Realization , UniAssociation , Anchor , State , Activity , Exception , Category2Parent , Child2Category , Relationship , Coll_Mesg_Sync , Reserved , Unknown = - 1 } | 
| Functions | |
| QString | toString (Enum item) | 
| QString | toStringI18n (Enum item) | 
| Enum | fromString (const QString &item) | 
| Enum | fromInt (int item) | 
| bool | hasUMLRepresentation (Enum item) | 
Association types.
Convert an integer item into ProgrammingLanguage representation.
| item | integer value to convert | 
| Enum Uml::AssociationType::fromString | ( | const QString & | item | ) | 
Convert a string item into AssociationType representation.
| item | item to convert | 
| bool Uml::AssociationType::hasUMLRepresentation | ( | Enum | item | ) | 
Returns true if the given AssociationType has a representation as a UMLAssociation.
| item | the AssociationType enum value to check | 
| QString Uml::AssociationType::toString | ( | Enum | item | ) | 
Convert AssociationType item into QString representation.
| item | item to convert | 
| QString Uml::AssociationType::toStringI18n | ( | Enum | item | ) | 
Converts an AssociationType to its string representation.