| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| int | GetResultsCount
()
Get method for attribute "ResultsCount" Specifies the numerical value to be shown in the ModelCheck report for this check. |
| /*optional*/ stringseq | GetResultsTable
()
Get method for attribute "ResultsTable" A list of strings containing details of each found item. Can be null. |
| /*optional*/ String | GetResultsUrl
()
Get method for attribute "ResultsUrl" Specifies a URL to a page that provides details on the results of this check. If null 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 | SetResultsTable
(
/*optional*/
stringseq value)
Set method for attribute "ResultsTable" A list of strings containing details of each found item. Can be null. |
| 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. If null then the check will be listed with no extra information besides the count. |
| Method Detail |
|---|
| GetResultsCount/SetResultsCount |
|---|
| int | GetResultsCount | () |
| void | SetResultsCount | (int value) |
Specifies the numerical value to be shown in the ModelCheck
report for this check.
|
| GetResultsUrl/SetResultsUrl |
|---|
| /*optional*/ String | GetResultsUrl | () |
| void | SetResultsUrl | ( /*optional*/ String value) |
Specifies a URL to a page that provides details on the results
of this check.
If null then the check will be listed with no extra
information besides the count.
|
| GetResultsTable/SetResultsTable |
|---|
| /*optional*/ stringseq | GetResultsTable | () |
| void | SetResultsTable | ( /*optional*/ stringseq value) |
A list of strings containing details of each found item. Can
be null.
|