Summary

An Enumeration cannot be abstract.

Details

Enumerations are primitive and are meant to be instantiated, therefore they cannot be abstract.

Tips

Make the Enumeration concrete.