Cover up for EnumTypes
These enum type all go to database, and back to user, some time's its just a true false flag, and sometime much more complex, But, what is this about, is, we dont always use enum to store some state, some time we want to show it's value, and for me, it come to be atlast one in any of my form, this is nice i have enums, but i cant just show them , they should be modified to show result in some appropriate way, like more detailed, or for me, translated,...
so what i have in mind, is to provide way to create getter for those enum which should be parsed to string, in the class, so the user like me, doesnt have to perform modification, translation, etc., after each recompile inside model...