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.getEnumText
Retrieves the text name for a value defined in an enumerator class.
Syntax
public static String getEnumText( int value**, Class** enumClass )
Parameters
value
The value of the enumerator.
enumClass
The enumerator class that defines the value.
Return Value
Returns the name of the enumerator value.