I need to create an enum based on a table from the database.
DB table MyColors: id/title/value 1/Red/1 2/Green/4
dynamic create
enum
Actually there is a possibility of dynamically creating enums using reflection: http://niceideas.ch/roller2/badtrash/entry/java_create_enum_instances_dynamically