nl.innovationinvestments.cheyenne.engine.components
Class WFGet

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

public class WFGet
extends Component

Get the value of a variable. This can be done in three 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) 3. get all values of this variable on any token (local = null, default)

Author:
User

Field Summary
static String SOURCECODE_VERSION
          Standard variable for determining version of a class file.
 
Constructor Summary
WFGet()
           
WFGet(Dialog dialog)
           
 
Method Summary
 void finish()
           
 String getAs()
          As
 Boolean getLocal()
          Local
 String getScope()
          Scope
 String getVar()
          Var
 String getWf()
          Wf
 void setAs(String As)
           
 void setLocal(boolean value)
           
 void setScope(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
Constructor Detail

WFGet

public WFGet()

WFGet

public WFGet(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)

getAs

public String getAs()
As


setAs

public void setAs(String As)

getLocal

public Boolean getLocal()
Local


setLocal

public void setLocal(boolean value)

getScope

public String getScope()
Scope


setScope

public void setScope(String value)

finish

public void finish()
Overrides:
finish in class Component


Copyright © 2013 InnovationInvestments. All rights reserved.