nl.innovationinvestments.cheyenne.engine.components
Class WFSet

java.lang.Object
  extended by nl.innovationinvestments.cheyenne.engine.components.Component
      extended by nl.innovationinvestments.cheyenne.engine.components.WFSet

public class WFSet
extends Component

Set the value of a variable. This can be done in two ways: 1. get the value of a variable specifically on this token (local = true) 2. get the value of a variable via this token on the root token (local = false)

Author:
User

Field Summary
static java.util.List<java.lang.String> cTypes
           
static java.lang.String SOURCECODE_VERSION
          Standard variable for determining version of a class file.
 
Constructor Summary
WFSet()
           
WFSet(Dialog dialog)
           
 
Method Summary
 void finish()
           
 boolean getLocal()
          Local
 java.lang.String getType()
          Type
 java.lang.String getValue()
          Value
 java.lang.String getVar()
          Var
 java.lang.String getWf()
          Wf
 void setLocal(boolean value)
           
 void setType(java.lang.String value)
           
 void setValue(java.lang.String value)
           
 void setVar(java.lang.String value)
           
 void setWf(java.lang.String value)
           
 
Methods inherited from class nl.innovationinvestments.cheyenne.engine.components.Component
getDialog, getId, getLog4j, iterate, setDialog, setId, setLog4j, start, startAndfinish
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCECODE_VERSION

public static final java.lang.String SOURCECODE_VERSION
Standard variable for determining version of a class file.

See Also:
Constant Field Values

cTypes

public static java.util.List<java.lang.String> cTypes
Constructor Detail

WFSet

public WFSet()

WFSet

public WFSet(Dialog dialog)
Parameters:
dialog -
Method Detail

getWf

public java.lang.String getWf()
Wf


setWf

public void setWf(java.lang.String value)

getVar

public java.lang.String getVar()
Var


setVar

public void setVar(java.lang.String value)

getLocal

public boolean getLocal()
Local


setLocal

public void setLocal(boolean value)

getValue

public java.lang.String getValue()
Value


setValue

public void setValue(java.lang.String value)

getType

public java.lang.String getType()
Type


setType

public void setType(java.lang.String value)

finish

public void finish()
Overrides:
finish in class Component


Copyright © 2010 InnovationInvestments. All Rights Reserved.