Prints the text name for the value defined in an enumerator class.
public static void printEnum( int value, Class enumClass )
value
The value of the enumerator.
enumClass
The enumerator class that defines the value.
This method will be omitted from your code unless you have the DEBUG conditional compile switch set.
See Also getEnumText