Skip to content

Modeler_audit_rules_R1670

Antonin Abhervé edited this page Sep 3, 2020 · 1 revision

R1670

Summary

EnumerationLiterals defined in an Enumeration must have a unique name.

Details

An Enumeration enumerates several properties defined by their name, also called EnumerationLiterals. These properties must all have different names in order to be distinguished from another.

Tips

Rename the EnumerationLiterals so they have a unique name in the enumeration.

Clone this wiki locally