Uses of Class
wt.workflow.definer.WfDestination

Packages that use WfDestination
wt.workflow.definer
Provides workflow classes responsible for the definition of processes, activities, and the other objects that compose the workflow network. 
 

Uses of WfDestination in wt.workflow.definer
 

Fields in wt.workflow.definer declared as WfDestination
private  WfDestination WfVariableInfo.destination
           
static WfDestination WfDestination.INPUT
          

Supported API: false
static WfDestination WfDestination.OUTPUT
          

Supported API: false
static WfDestination WfDestination.INOUT
          

Supported API: false
static WfDestination WfDestination.LOCAL
          

Supported API: false
 

Methods in wt.workflow.definer that return WfDestination
 WfDestination WfVariableInfo.getDestination()
          Gets the value of the attribute: DESTINATION.
static WfDestination WfDestination.newWfDestination(int secretHandshake)
          Used by EnumeratedType for constructing instances of WfDestination, from a resource bundle.
static WfDestination WfDestination.toWfDestination(String internal_value)
          Returns the WfDestination instance for the internal_value argument.
static WfDestination WfDestination.getWfDestinationDefault()
          Returns the default value (instance) for the WfDestination set.
static WfDestination[] WfDestination.getWfDestinationSet()
          Returns a copy of the set of valid values (instances) for the WfDestination class.
 

Methods in wt.workflow.definer with parameters of type WfDestination
 void WfVariableInfo.setDestination(WfDestination a_Destination)
          Sets the value of the attribute: DESTINATION.