Naming Standards - Enumerations
Category
Standards
Summary
This check will compare the name of your enumerations to the naming standards you set. By default the Mendix Best Practices for Developers are used.
Options
See the tables below for all available options. In all cases where a name format is specified the following configuration options apply: - Use a regex in the format supported by the Mendix isMatch() string function. - In some cases (described in the table below) additional variables may be used such as %UserRole%, %EntityName%, %AttributeName%, etc. - In all cases where a regex is used as an option, if you leave it empty the check will be ignored.
Pass
The name of the element matches your standard.
Fail
The name of the element does not match your standard.
Naming Standard
Regex to match enumerations. Default: ENUM_.*
Last updated