Interface Parameter<T>
- Type Parameters:
T
- Value type.
- All Superinterfaces:
Parameter<T>
,Serializable
- All Known Implementing Classes:
ParameterBoolean
,ParameterSelect
,ParameterText
Deprecated.
Parameter definition for a
Due to limitations of the WebClient, it is not possible to use your own implementations of this interface.
WebeditReportPlugin
.Due to limitations of the WebClient, it is not possible to use your own implementations of this interface.
- Since:
- 5.0.103
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.client.plugin.report.Parameter
Parameter.Factory
-
Method Summary
-
Method Details
-
getName
String getName()Deprecated.Returns the name of this parameter. Should be unique within aWebeditReportPlugin
. -
cast
Deprecated.Cast the given object to the underlying type of this token.- Parameters:
object
- The object to be cast.- Returns:
- The cast instance.
- Since:
- 5.0.103 // todo [117605] any better way?
-
getDefaultValue
Deprecated.Returns the default value of this parameter.- Specified by:
getDefaultValue
in interfaceParameter<T>
- Returns:
- The default value.
- Since:
- 5.0.103
-
Parameter
instead