|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DependencyStatusType | |
---|---|
com.ibm.tws.objects.plan | |
com.ibm.tws.objects.plan.types |
Uses of DependencyStatusType in com.ibm.tws.objects.plan |
---|
Methods in com.ibm.tws.objects.plan that return DependencyStatusType | |
DependencyStatusType |
ExternalDependencyInPlan.getStatus()
Returns the status of the Dependency. |
DependencyStatusType |
FileDependencyInPlan.getStatus()
Return the status of this Dependency. |
DependencyStatusType |
InternalDependencyInPlan.getStatus()
Return the status of this dependency. |
DependencyStatusType |
InternetworkDependencyInPlan.getStatus()
Return the status of this dependency. |
DependencyStatusType |
PromptDependencyInPlan.getStatus()
Return the dependency status. |
DependencyStatusType |
ResourceDependencyInPlan.getStatus()
Returns the dependency status. |
Methods in com.ibm.tws.objects.plan with parameters of type DependencyStatusType | |
void |
ExternalDependencyInPlan.setStatus(DependencyStatusType type)
Sets the Dependency Status. |
void |
FileDependencyInPlan.setStatus(DependencyStatusType status)
Set the dependency status of this object. |
void |
InternalDependencyInPlan.setStatus(DependencyStatusType type)
Set the status of this dependency. |
void |
InternetworkDependencyInPlan.setStatus(DependencyStatusType type)
Sets the status of this dependency. |
void |
PromptDependencyInPlan.setStatus(DependencyStatusType type)
Sets the dependency status. |
void |
ResourceDependencyInPlan.setStatus(DependencyStatusType value)
Sets the dependency status For internal use only. |
Uses of DependencyStatusType in com.ibm.tws.objects.plan.types |
---|
Fields in com.ibm.tws.objects.plan.types declared as DependencyStatusType | |
static DependencyStatusType |
DependencyStatusType.DEPENDENCY_STATUS_SATISFIED
The Dependency has been satisfied. |
static DependencyStatusType |
DependencyStatusType.DEPENDENCY_STATUS_UNSATISFIED
The Dependency is Not Satisfied. |
static DependencyStatusType |
DependencyStatusType.DEPENDENCY_STATUS_UNDECIDED
The Dependency is in an Undecided Status. |
Methods in com.ibm.tws.objects.plan.types that return DependencyStatusType | |
static DependencyStatusType |
DependencyStatusType.getInstance(char charValue)
Returns a reference to the instance of DependencyStatusType that is associated to the specified character. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |