com.ibm.workplace.wcm.api.plugin.rendering
Interface AnyStringRenderingPluginParameterType

All Superinterfaces:
RenderingPluginParameterType

public interface AnyStringRenderingPluginParameterType
extends RenderingPluginParameterType

The RenderingPluginParameterType for an parameter that can take any string as its value.

Since:
8.0.0.1 CF9
Note:
This interface is designed to be implemented by clients.

Method Summary
 java.lang.String getDefaultValue()
          Get the default value of the parameter.
 

Method Detail

getDefaultValue

java.lang.String getDefaultValue()
Get the default value of the parameter. If null, there is no default value.

Returns:
the default parameter value, or null