Extendable Enums??? Java-Like

Is there a way to create enum classes so that you can embed more information than just an value in an enum

Specifically, I would like to associate an integer and a string with each enum value.


Answer this question

Extendable Enums??? Java-Like