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
Unfortunately, I don't think that there is a way to do this. Your best bet would pro ably be to give up in emums altogether and use conventional class extension and static members. Otherwise, get used to duplicating that code. Sorry.