Library | Package Java Toolkit

Interface CustomCheckInstructions

package com.ptc.pfc.pfcModelCheck;

public interface CustomCheckInstructions
  extends jxobject



Description

This class provides the details about custom ModelCheck check.



Method Summary
/*optional*/ StringGetActionButtonLabel ()
    Get method for attribute "ActionButtonLabel"
    Specifies label of the action button. Can be null, which means no action button will be shown.
StringGetCheckLabel ()
    Get method for attribute "CheckLabel"
    Specifies the label of the check.
StringGetCheckName ()
    Get method for attribute "CheckName"
    Specifies the name of the check.
ModelCheckCustomCheckListenerGetListener ()
    Get method for attribute "Listener"
    The object containing the implementation of the custom check methods.
/*optional*/ StringGetUpdateButtonLabel ()
    Get method for attribute "UpdateButtonLabel"
    Specifies label of the update button. Can be null, which means no update button will be shown.
voidSetActionButtonLabel ( /*optional*/ String value)
    Set method for attribute "ActionButtonLabel"
    Specifies label of the action button. Can be null, which means no action button will be shown.
voidSetCheckLabel (String value)
    Set method for attribute "CheckLabel"
    Specifies the label of the check.
voidSetCheckName (String value)
    Set method for attribute "CheckName"
    Specifies the name of the check.
voidSetListener (ModelCheckCustomCheckListener value)
    Set method for attribute "Listener"
    The object containing the implementation of the custom check methods.
voidSetUpdateButtonLabel ( /*optional*/ String value)
    Set method for attribute "UpdateButtonLabel"
    Specifies label of the update button. Can be null, which means no update button will be shown.

Method Detail

GetCheckName/SetCheckName

StringGetCheckName ()
voidSetCheckName (String value)


    Specifies the name of the check.
Manual References:
Models: Custom Checks, Models: Custom Checks



GetCheckLabel/SetCheckLabel

StringGetCheckLabel ()
voidSetCheckLabel (String value)


    Specifies the label of the check.
Manual References:
Models: Custom Checks, Models: Custom Checks



GetUpdateButtonLabel/SetUpdateButtonLabel

/*optional*/ StringGetUpdateButtonLabel ()
voidSetUpdateButtonLabel ( /*optional*/ String value)


    Specifies label of the update button. Can be null, which means no update button will be shown.
Manual References:
Models: Custom Checks



GetActionButtonLabel/SetActionButtonLabel

/*optional*/ StringGetActionButtonLabel ()
voidSetActionButtonLabel ( /*optional*/ String value)


    Specifies label of the action button. Can be null, which means no action button will be shown.
Manual References:
Models: Custom Checks, Models: Custom Checks



GetListener/SetListener

ModelCheckCustomCheckListenerGetListener ()
voidSetListener (ModelCheckCustomCheckListener value)


    The object containing the implementation of the custom check methods.
Manual References:
Models: Custom Checks, Models: Custom Checks