ValueEditor.getConstantName

Overview | Methods | This Package | All Packages

ValueEditor.getConstantName

Retrieves the fully qualified name of a constant that represents the specified value.

Syntax

public String getConstantName( Object value )

Parameters

value

The value to retrieve the constant for.

Return Value

Returns null by default.

Remarks

Override this method to return the fully qualified constant name. For more information, see IValueEditor.getConstantName.