umbrello 2.39.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
Enumerations | |
enum | Enum { In , InOut , Out } |
Functions | |
QString | toString (Enum item) |
Enum | fromString (const QString &item) |
Enum | fromInt (int item) |
Direction of operation parameters: in = operation uses the parameter as an input value out = operation fills the parameter as a return value inout = operation both reads and writes the parameter The numeric values of this enum are not currently saved to file.
Convert an integer item into ParameterDirection representation.
item | integer value to convert |
Enum Uml::ParameterDirection::fromString | ( | const QString & | item | ) |
Return ParameterDirection corresponding to the given string.
QString Uml::ParameterDirection::toString | ( | Enum | item | ) |
Return string corresponding to the given ParameterDirection.