E112 Duplicate Constants in Interface
Errors and Warnings 100-999
noreferences

@@description

<h2>Umple semantic error reported when an interface is given two or more constants with the same name.</h2>

<p>Constants in an attribute must have distinct names. The solution to this error is to rename or delete one of the constants.
</p>


@@example
@@source manualexamples/E112DuplicateConstantsinInterface1.ump
@@endexample


