com.ibm.pim.interfaces.validation
Interface GlobalValidationError
- public interface GlobalValidationError
Read-only interface for GlobalValidationError object
Field Summary |
static java.lang.String |
copyright
|
Method Summary |
java.lang.String |
getAttributePath()
Returns the path for this attribute |
java.util.ArrayList |
getErrors()
Returns an ArrayList containing the error Strings for this attribute |
copyright
public static final java.lang.String copyright
- See Also:
- Constant Field Values
getAttributePath
public java.lang.String getAttributePath()
- Returns the path for this attribute
- Returns:
- the attribute path
getErrors
public java.util.ArrayList getErrors()
- Returns an ArrayList containing the error Strings for this attribute
- Returns:
- an ArrayList containing the error Strings for this attribute