nl.innovationinvestments.cheyenne.engine.components
Class WFNext
java.lang.Object
nl.innovationinvestments.cheyenne.engine.components.Component
nl.innovationinvestments.cheyenne.engine.components.WFNext
public class WFNext
- 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOURCECODE_VERSION
public static final String SOURCECODE_VERSION
- Standard variable for determining version of a class file.
- See Also:
- Constant Field Values
WFNext
public WFNext()
WFNext
public WFNext(Dialog dialog)
- Parameters:
dialog -
getWf
public String getWf()
- Wf
setWf
public void setWf(String value)
finish
public void finish()
- Overrides:
finish in class Component
Copyright © 2011 InnovationInvestments. All Rights Reserved.