int | |
Get method for attribute "ResultsCount" Specifies the numerical value to be shown in the ModelCheck report for this check. | |
/*optional*/ stringseq | |
Get method for attribute "ResultsTable" A list of strings containing details of each found item. Can benull. | |
/*optional*/ String | |
Get method for attribute "ResultsUrl" Specifies a URL to a page that provides details on the results of this check. Ifnull then the check will be listed with no extra information besides the count. | |
void | SetResultsCount (int value) |
Set method for attribute "ResultsCount" Specifies the numerical value to be shown in the ModelCheck report for this check. | |
void | |
Set method for attribute "ResultsTable" A list of strings containing details of each found item. Can benull. | |
void | SetResultsUrl ( /*optional*/ String value) |
Set method for attribute "ResultsUrl" Specifies a URL to a page that provides details on the results of this check. Ifnull then the check will be listed with no extra information besides the count. |
GetResultsCount | ||
int | GetResultsCount | () |
SetResultsCount | ||
void | SetResultsCount | (int value) |
GetResultsUrl | ||
/*optional*/ String | GetResultsUrl | () |
SetResultsUrl | ||
void | SetResultsUrl | ( /*optional*/ String value) |
GetResultsTable | ||
/*optional*/ stringseq | GetResultsTable | () |
SetResultsTable | ||
void | SetResultsTable |