Package com.aquima.web.aaas.validation
Interface IValidationMessageContainer
- All Known Implementing Classes:
ValidationTreeObject
,ValidationTreeValue
public interface IValidationMessageContainer
Parts of the validation tree body which can contain validation messages should implement this interface.
- Since:
- 11.3
- Author:
- Petru Galanton
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addValidation
(ValidationMessage validation) Adds the given validation message to this object.