I have a large number of Enums that implement this interface:
/** * Interface for an enumeration, each element of which can be uniquely identified by its co
If you really want inheritance, don't forget that you can implement the enum pattern yourself, like in the bad old Java 1.4 days.