Retrieves the text name for a value defined in an enumerator class.
public static String getEnumText( int value, Class enumClass )
value
The value of the enumerator.
enumClass
The enumerator class that defines the value.
Returns the name of the enumerator value.