validate_set


Description:

public virtual signal Error validate_set ()

Gets emitted when is_valid is called, use this signal to control which combination of values set's holder can have (for example to implement some business rules)

Returns:

NULL if set's contents has been validated, or a Error otherwise.