public interface CheckResultInterface
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_RESULT_COMMENT |
static int |
TYPE_RESULT_ERROR |
static int |
TYPE_RESULT_NONE |
static int |
TYPE_RESULT_OK |
static int |
TYPE_RESULT_WARNING |
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode() |
CheckResultSourceInterface |
getSourceInfo() |
String |
getText() |
int |
getType() |
String |
getTypeDesc() |
void |
setErrorCode(String errorCode)
Sets the component-specific result/error code.
|
void |
setText(String value)
Sets the text for the check-result
|
void |
setType(int value)
Sets the check-result type
|
String |
toString() |
static final int TYPE_RESULT_NONE
static final int TYPE_RESULT_OK
static final int TYPE_RESULT_COMMENT
static final int TYPE_RESULT_WARNING
static final int TYPE_RESULT_ERROR
int getType()
String getTypeDesc()
String getText()
CheckResultSourceInterface getSourceInfo()
String toString()
String getErrorCode()
void setErrorCode(String errorCode)
errorCode
- Unchecked string that can be used for validationvoid setType(int value)
value
- The type from 0-4void setText(String value)
value
-