| java.lang.Object edu.iu.uis.eden.engine.node.var.SetVarNode
SetVarNode | public class SetVarNode implements SimpleNode(Code) | | A simple node that allows setting of document variables.
The definition of SetVarNode takes the following config parameter elements:
- name
- The name of the variable to set
- value
- The value to which to set the variable. This value is parsed according to
Property/PropertyScheme syntax
The default PropertySchme is LiteralScheme, which will evaluate the value simply
as a literal (won't do anything but return it)
See Also: PropertyScheme See Also: Property author: Aaron Hamid (arh14 at cornell dot edu) |
|
|