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

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

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

Methods in com.ibm.tws.objects.plan that return FlowNodeStatusType
 FlowNodeStatusType FlowNodeInPlan.getStatus()
          Returns the status of the Flow Node.
 

Methods in com.ibm.tws.objects.plan with parameters of type FlowNodeStatusType
 void FlowNodeInPlan.setStatus(FlowNodeStatusType type)
          Sets the status of the Flow Node For internal use only.
 

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

Fields in com.ibm.tws.objects.plan.types declared as FlowNodeStatusType
static FlowNodeStatusType FlowNodeStatusType.FLOW_NODE_STATUS_CANCELED
          Status of the Flow Node Canceled.
static FlowNodeStatusType FlowNodeStatusType.FLOW_NODE_STATUS_HELD
          Status of the Flow Node Held.
static FlowNodeStatusType FlowNodeStatusType.FLOW_NODE_STATUS_WAITING
          Status of the Flow Node Waiting
static FlowNodeStatusType FlowNodeStatusType.FLOW_NODE_STATUS_BLOCKED
          Status of the Flow Node Blocked
static FlowNodeStatusType FlowNodeStatusType.FLOW_NODE_STATUS_READY
          Status of the Flow Node Ready
static FlowNodeStatusType FlowNodeStatusType.FLOW_NODE_STATUS_STARTED
          Status of the Flow Node Started
static FlowNodeStatusType FlowNodeStatusType.FLOW_NODE_STATUS_COMPLETED
          Status of the Flow Node Completed
static FlowNodeStatusType FlowNodeStatusType.FLOW_NODE_STATUS_ERROR
          Status of the Flow Node Error
static FlowNodeStatusType FlowNodeStatusType.FLOW_NODE_STATUS_UNDECIDED
          Ststus of the Flow Node Undecided
 

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



Copyright © 2005 IBM All Rights Reserved.