com.ibm.task.api
Interface ValidationProblem
- public interface ValidationProblem
Since:
6.0.1
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getMessage()
Returns the message text of the validation problem.
|
|
getMessageAttributes()
Returns the values of attributes that were used to make up the complete message text.
|
getType()
Returns the type, that is, the severity of the validation problem.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getType
- ErrorTypeEnum getType()
Returns:
ErrorTypeEnum -
The type of the error.
getMessage
- java.lang.String getMessage()
Returns the message text of the validation problem.
Returns:
String -
Localized message text of the validation problem.
getMessageAttributes
- java.lang.Object[] getMessageAttributes( )
Returns the values of attributes that were used to make up the complete message text.
Returns:
Object[]
The array of attribute values. An empty array is returned if there are no
attribute values.
ErrorTypeEnum.INFO
ErrorTypeEnum.WARNING
ErrorTypeEnum.ERROR