Enumerations in Modlr
No edit summary
No edit summary
Line 1: Line 1:
One weakness that we recently rectified was the lack of enumeration definitions inside Modlr. Before you have to just assign an Enumerable type name to an attribute like so:
One weakness we recently rectified was the lack of enumeration definitions inside Modlr. Before, you had to assign an Enumerable type name to an attribute like so:


[[File:Enumerations -1.png|frameless|213x213px]]
[[File:Enumerations -1.png|frameless|213x213px]]
Line 7: Line 7:
[[File:Enumerations -2 .png|frameless|456x456px]]
[[File:Enumerations -2 .png|frameless|456x456px]]


This was simple because the Model was not informed about the Enumeration. In fact you had to define the enumeration some place in code yourself to get the CodeGen to use it.
This was simply because the Model was not informed about the Enumeration. In fact, you had to define the enumeration some place in the code yourself to get the CodeGen to use it.


But Now you can get up this dialog (add model elements, Edit Enumerations):
But now, you can get up this dialog (add model elements, Edit Enumerations):


[[File:Enumerations -3.png|frameless|476x476px]]
[[File:Enumerations -3.png|frameless|476x476px]]


And in here you declare the enumeration name, values and code comments (and also the optional integer value).
Here, you declare the enumeration name, values, and code comments (and also the optional integer value).


If the CodeGen checkbox is checked we will add the enumeration to your code. The important thing here is that the model has been made more detailed by keeping the knowledge about enumerations inside the model, so that we can use the enumeration values in constraints, viewmodel validations etc.
If the CodeGen checkbox is checked, we will add the enumeration to your code. The important thing here is that the model has been made more detailed by keeping the knowledge about enumerations inside the model so that we can use the enumeration values in constraints, ViewModel validations, etc.
[[Category:MDriven Designer]]
[[Category:MDriven Designer]]
[[Category:OCL]]
[[Category:OCL]]

Revision as of 07:49, 28 February 2023

One weakness we recently rectified was the lack of enumeration definitions inside Modlr. Before, you had to assign an Enumerable type name to an attribute like so:

Enumerations -1.png

And then accept that Modlr treated your attribute of type string and not as an Enumerable:

Enumerations -2 .png

This was simply because the Model was not informed about the Enumeration. In fact, you had to define the enumeration some place in the code yourself to get the CodeGen to use it.

But now, you can get up this dialog (add model elements, Edit Enumerations):

Enumerations -3.png

Here, you declare the enumeration name, values, and code comments (and also the optional integer value).

If the CodeGen checkbox is checked, we will add the enumeration to your code. The important thing here is that the model has been made more detailed by keeping the knowledge about enumerations inside the model so that we can use the enumeration values in constraints, ViewModel validations, etc.

This page was edited 95 days ago on 06/17/2024. What links here