Any reason why the Enum class doesn't overload its methods with versions that don't take the Class object?
So getEnumList() in the Enum class would call getEnumMap(this.getClass()) etc. It would also help the fact that Enum doesn't have getEnum(String)/getEnumMap/getEnumList/iterator in its API, making it hard to deal with Enums generically. Just a thought :) Hen -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
