Library | Package Java Toolkit

Interface CustomCheckResults

package com.ptc.pfc.pfcModelCheck;

public interface CustomCheckResults
  extends jxobject



Description

This class describes custom check results details.



Method Summary
intGetResultsCount ()
    Get method for attribute "ResultsCount"
    Specifies the numerical value to be shown in the ModelCheck report for this check.
/*optional*/ stringseqGetResultsTable ()
    Get method for attribute "ResultsTable"
    A list of strings containing details of each found item. Can be null.
/*optional*/ StringGetResultsUrl ()
    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.
voidSetResultsCount (int value)
    Set method for attribute "ResultsCount"
    Specifies the numerical value to be shown in the ModelCheck report for this check.
voidSetResultsTable ( /*optional*/ stringseq value)
    Set method for attribute "ResultsTable"
    A list of strings containing details of each found item. Can be null.
voidSetResultsUrl ( /*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

intGetResultsCount ()
voidSetResultsCount (int value)


    Specifies the numerical value to be shown in the ModelCheck report for this check.
Manual References:
Models: Custom Checks, Models: Custom Checks



GetResultsUrl/SetResultsUrl

/*optional*/ StringGetResultsUrl ()
voidSetResultsUrl ( /*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.
Manual References:
Models: Custom Checks, Models: Custom Checks



GetResultsTable/SetResultsTable

/*optional*/ stringseqGetResultsTable ()
voidSetResultsTable ( /*optional*/ stringseq value)


    A list of strings containing details of each found item. Can be null.
Manual References:
Models: Custom Checks, Models: Custom Checks