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 List<String> cTypes
           
static 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
 String getType()
          Type
 String getValue()
          Value
 String getVar()
          Var
 String getWf()
          Wf
 void setLocal(boolean value)
           
 void setType(String value)
           
 void setValue(String value)
           
 void setVar(String value)
           
 void setWf(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 String SOURCECODE_VERSION
Standard variable for determining version of a class file.

See Also:
Constant Field Values

cTypes

public static List<String> cTypes
Constructor Detail

WFSet

public WFSet()

WFSet

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

getWf

public String getWf()
Wf


setWf

public void setWf(String value)

getVar

public String getVar()
Var


setVar

public void setVar(String value)

getLocal

public boolean getLocal()
Local


setLocal

public void setLocal(boolean value)

getValue

public String getValue()
Value


setValue

public void setValue(String value)

getType

public String getType()
Type


setType

public void setType(String value)

finish

public void finish()
Overrides:
finish in class Component


Copyright © 2013 InnovationInvestments. All rights reserved.