We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
An Enumeration is always primitive.
Enumerations cannot be broken down and therefore should be always primitive.
In Modelio Enumerations are primitive by default. Only a module or a macro can modify this state.
Contact the developer of the module or the macro which created or modified the Enumeration, and ask him to fix its code.
If you are the developer, call setIsElementary(true)on the enumeration, and check that you are not calling setIsElementary(false)on it.
Quick Start Guide
End User Documentation
Modelio Modeler interface
Managing your Modelio projects
Building your models
Modelio diagrams
Import Export
Modelio settings
Local libraries
Remote libraries
MDA services
Handy tools
Diagrams shortcuts
Diagrams specificities
Module Developer Guide
What is a Module ?
Module or Macro ?
Modelio project concepts
Module concepts
Module project development structure
Module development tutorial
Debugging the module with Eclipse
Building Modelio from Source