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