Interface Parameter<T>
- Type Parameters:
T
- Value type.
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
Parameter<T>
,ParameterBoolean
,ParameterSelect
,ParameterText
- All Known Implementing Classes:
ParameterBoolean
,ParameterSelect
,ParameterText
Parameter definition for a
Due to limitations of the ContentCreator (webclient), it is not possible to use your own implementations of this interface, use
ReportPlugin
.Due to limitations of the ContentCreator (webclient), it is not possible to use your own implementations of this interface, use
Parameter.Factory
instead.- Since:
- 5.1.19
- See Also:
-
Method Details
-
getName
String getName()Returns the name of this parameter. Should be unique within aReportPlugin
.- Returns:
- Parameter name.
- Since:
- 5.1.19
-
getDefaultValue
Returns the default value of this parameter.- Returns:
- The default value.
- Since:
- 5.1.19
-