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