What\'s the easiest and/or shortest way possible to get the names of enum elements as an array of Strings?
String
What I mean by this is that if, for example,
org.apache.commons.lang3.EnumUtils.getEnumMap(State.class).keySet()