oracle.owb.mapping
Interface ExpressionValidationInfo


public interface ExpressionValidationInfo

ExpressionValidationInfo is an interface that specifies the functionality for retrieving information about an expression property validation.

Version:
1.0, August 24, 2000
Author:
Joseph Klein (Joseph.Klein@oracle.com)

Method Summary
 java.lang.String getFullErrorString()
          Obtain a full error string with all error messages included.
 boolean hasErrors()
          Obtain a boolean result specifying if the validation incurred any errors.
 

Method Detail

hasErrors

public boolean hasErrors()
Obtain a boolean result specifying if the validation incurred any errors.
Returns:
boolean validation result.

getFullErrorString

public java.lang.String getFullErrorString()
Obtain a full error string with all error messages included.
Returns:
A string containing all error messages generated by the validation call.