Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

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.

Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.