Retrieves the fully qualified name of a constant that represents the specified value.
public String getConstantName( Object value )
value
The value to retrieve the constant for.
Returns null by default.
Override this method to return the fully qualified constant name. For more information, see IValueEditor.getConstantName.