Checks if the values values
are valid for the editable parameter parameter
.
There are two types of validations:
- accepted: the value is valid only if it passes the validation
- rejected: the value is rejected if doesn't pass the validation
@param parameter parameter name
@param values parameter's values
@param dataType editable data type
@return True if the values
values
are valid for the parameter
parameter
.
@since HDIV 1.1.1