Return a copy of this parameter instance. If this instance was frozen, the
new object will be "unfrozen". The
ParameterData instance will not be
cloned, however you can replace it with a new instance, e.g. to update the parameter key.
a copy of this parameter instance
Convert the given value to a string that will be stored in the
configuration.
Parameters: value - the parameter value to be stored the value's string representation See Also:Parameter.getValue(Object)
Returns true if the given value is a valid configuration value
(e.g. primitive parameters may not be null).
Parameters: value - the value to be checked true if the given value is a valid configuration value
Sets the data for this parameter. Only works if the parameter instance
is not frozen yet (see
Parameter.freeze() ).
Parameters: data - the parameter data beans this