Uses of Class
com.ibm.tws.objects.plan.types.PromptStatusType

Packages that use PromptStatusType
com.ibm.tws.objects.plan   
com.ibm.tws.objects.plan.types   
 

Uses of PromptStatusType in com.ibm.tws.objects.plan
 

Methods in com.ibm.tws.objects.plan that return PromptStatusType
 PromptStatusType PromptDependencyInPlan.getPromptStatus()
          Returns the Status of the prompt.
 PromptStatusType PromptInPlan.getStatus()
          Returns the Status of this Prompt.
 

Methods in com.ibm.tws.objects.plan with parameters of type PromptStatusType
 void PromptDependencyInPlan.setPromptStatus(PromptStatusType type)
          Sets the status of the prompt.
 void PromptInPlan.setStatus(PromptStatusType type)
          Sets the status of the Prompt.
 

Uses of PromptStatusType in com.ibm.tws.objects.plan.types
 

Fields in com.ibm.tws.objects.plan.types declared as PromptStatusType
static PromptStatusType PromptStatusType.PROMPT_STATUS_NOT_ASKED
          The Prompt is Not Asked
static PromptStatusType PromptStatusType.PROMPT_STATUS_ASKED
          The Prompt is Asked, and waits a Reply.
static PromptStatusType PromptStatusType.PROMPT_STATUS_ANSWERED_YES
          The Prompt has been Answered 'Yes'
static PromptStatusType PromptStatusType.PROMPT_STATUS_ANSWERED_NO
          The Prompt has been Answered 'No'
 

Methods in com.ibm.tws.objects.plan.types that return PromptStatusType
 PromptStatusType JobInPlanZOSAttributes.getAbendPromptStatus()
          Returns the Abend Prompt Status.
static PromptStatusType PromptStatusType.getInstance(char charValue)
          Returns a reference to the instance of PromptStatusType that is associated to the specified character.
 

Methods in com.ibm.tws.objects.plan.types with parameters of type PromptStatusType
 void JobInPlanZOSAttributes.setAbendPromptStatus(PromptStatusType abendPromptStatus)
          Sets the Abend Prompt Status
 



Copyright © 2005 IBM All Rights Reserved.