Mendix 7 is no longer supported unless you have Extended Support. Mendix 7 documentation will remain available until July 2024.

To upgrade to a supported version, see Moving from Desktop Modeler Version 7 to Studio Pro 8.

Enumerations

Last modified: June 6, 2024

An enumeration defines a list of options. An attribute can be of type enumeration and that means that its value is one of the options of the enumeration. For example, the status of an order can be Open, Closed, or In progress. An enumeration would be ideal to represent these options.

An enumeration has one or more enumeration values. Each value represents one option. An attribute of type enumeration can also be empty to represent an uninitialized state.

Common Properties

Name

The name of the enumeration.

Enumeration Values

Each enumeration value has a caption, a name and an image.

See Enumeration Values.