I have a class with 70 enums. I would like to iterate through the enums and just output the constants saved in each enum.
I found a similar question here. But the qu