com.ibm.pim.interfaces.validation
Interface LocationValidationError
- public interface LocationValidationError
Read-only interface for LocationValidationError object
Field Summary |
static java.lang.String |
copyright
IBM standard copyright |
Method Summary |
Category |
getAttributeCategory()
Returns the category corresponding to this attribute |
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
- IBM standard
copyright
getAttributeCategory
public Category getAttributeCategory()
- Returns the category corresponding to this attribute
- Returns:
- the category corresponding to this attribute
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