|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.innovationinvestments.cheyenne.engine.components.Component
nl.innovationinvestments.cheyenne.engine.components.WFSet
public class WFSet
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)
| 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 |
|---|
public static final String SOURCECODE_VERSION
public static List<String> cTypes
| Constructor Detail |
|---|
public WFSet()
public WFSet(Dialog dialog)
dialog - | Method Detail |
|---|
public String getWf()
public void setWf(String value)
public String getVar()
public void setVar(String value)
public boolean getLocal()
public void setLocal(boolean value)
public String getValue()
public void setValue(String value)
public String getType()
public void setType(String value)
public void finish()
finish in class Component
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||