Mendix 7 is no longer supported unless you have Extended Support (for details, please contact Mendix Support). Mendix 7 documentation will remain available for customers with Extended Support until July, 2024.

Enumerations

Last modified: September 5, 2022

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.