Interface IValidationResult

    • Method Detail

      • getMessages

        List<IValidationMessage> getMessages()
        Returns:
        A list of all error, warning, and info messages produced by the validation.
      • isValid

        boolean isValid()
        Returns:
        true if the expression is valid, e.g. there are no error messages.