com.adobe.idp.dsc.registry.infomodel
Interface PropertyEditor


public interface PropertyEditor

Provides a reference between various parameters (configuration, input, or output) used by a service for a PropertyEditorComponent that the parameters explicitly reference.


Method Summary
 java.lang.String getEditorId()
          Retrieves the globally unique identifier of the PropertyEditorComponent object that is referenced by a parameter.
 java.util.Map getParameters()
          Retrieves a java.util.Map object of parameters (name value pairs) that are made available to the property editor's user interface component.
 

Method Detail

getEditorId

java.lang.String getEditorId()
Retrieves the globally unique identifier of the PropertyEditorComponent object that is referenced by a parameter.

Returns:
The globally unique identifier of the PropertyEditorComponent object.

getParameters

java.util.Map getParameters()
Retrieves a java.util.Map object of parameters (name value pairs) that are made available to the property editor's user interface component.

Returns:
A java.util.Map object that contains parameters.


[an error occurred while processing this directive] [an error occurred while processing this directive]