Uses of Class
wt.workflow.definer.VariableNamePair

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

Uses of VariableNamePair in wt.workflow.definer
 

Methods in wt.workflow.definer that return VariableNamePair
 VariableNamePair[] WfVariableMap.getVariablePairs()
          Returns an array with the variable name pairs of the variable map.
static VariableNamePair VariableNamePair.newVariableNamePair(String src, String dest)
          Constructs a variable name pair given two variable names.
 

Methods in wt.workflow.definer with parameters of type VariableNamePair
protected  boolean VariableNamePair.readVersion(VariableNamePair thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.