Uses of Class
com.ibm.tws.objects.model.Prompt

Packages that use Prompt
com.ibm.tws.objects.model   
com.ibm.tws.objects.model.validator   
 

Uses of Prompt in com.ibm.tws.objects.model
 

Methods in com.ibm.tws.objects.model that return Prompt
 Prompt DistJobDefinition.getAbendPrompt()
          Returns the job definition abend prompt.
 Prompt PromptDependency.getPrompt()
          Returns the referenced prompt.
 

Methods in com.ibm.tws.objects.model with parameters of type Prompt
 void DistJobDefinition.setAbendPrompt(Prompt prompt)
          Sets the job definition abend prompt.
 void PromptDependency.setPrompt(Prompt target)
          Sets the referenced prompt.
 

Constructors in com.ibm.tws.objects.model with parameters of type Prompt
PromptDependency(Prompt target)
          Creates a PromptDependency, specifying the referenced prompt.
 

Uses of Prompt in com.ibm.tws.objects.model.validator
 

Methods in com.ibm.tws.objects.model.validator with parameters of type Prompt
 void PromptValidator.validateObject(Prompt prompt)
          Validates a Prompt object.
 



Copyright © 2005 IBM All Rights Reserved.