Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
Debug.printEnum
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