|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PromptType | |
---|---|
com.ibm.tws.objects.plan | |
com.ibm.tws.objects.plan.types |
Uses of PromptType in com.ibm.tws.objects.plan |
---|
Methods in com.ibm.tws.objects.plan that return PromptType | |
PromptType |
PromptDependencyInPlan.getType()
Returns the Type of this prompt. |
PromptType |
PromptInPlan.getType()
Returns the type of this prompt. |
Methods in com.ibm.tws.objects.plan with parameters of type PromptType | |
void |
PromptDependencyInPlan.setType(PromptType type)
Sets the type of the prompt Possible values are: Local, Global, Restart. |
void |
PromptInPlan.setType(PromptType type)
Sets the type of this Prompt. |
Uses of PromptType in com.ibm.tws.objects.plan.types |
---|
Fields in com.ibm.tws.objects.plan.types declared as PromptType | |
static PromptType |
PromptType.PROMPT_TYPE_LOCAL
The Prompt is an ad-hoc (local) Prompt |
static PromptType |
PromptType.PROMPT_TYPE_GLOBAL
The Prompt is a predefined (global) Prompt |
static PromptType |
PromptType.PROMPT_TYPE_RESTART
The Prompt is a restart Prompt |
Methods in com.ibm.tws.objects.plan.types that return PromptType | |
static PromptType |
PromptType.getInstance(char charValue)
Returns a reference to the instance of PromptType that is associated to the specified character. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |