Class BoundVariableExpression
java.lang.Object
com.inductiveautomation.ignition.common.expressions.AbstractExpression
com.inductiveautomation.factorypmi.application.binding.expression.BoundVariableExpression
- All Implemented Interfaces:
- Expression
A BoundVariableExpression (abbrv BVE) is the main workhorse of the expression language. This is the expression node
 that lets you bind to a property on another component on the window.
- 
Field SummaryFields inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpressionchildren, context, updateListener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionexecute()Compute and return the value of this expressionReturn a human-readable name for the operation that this expression performsgetPath()Class<?>getType()Return the type that this expression will returnvoidvoidsetPropertyListener(PropertyListenerDescriptor descriptor) voidMethods inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpressionconnect, disconnect, getChildren, setChildren, shutdown, startup
- 
Constructor Details- 
BoundVariableExpressionpublic BoundVariableExpression()
 
- 
- 
Method Details- 
executeDescription copied from interface:ExpressionCompute and return the value of this expression- Throws:
- ExpressionException
 
- 
getTypeDescription copied from interface:ExpressionReturn the type that this expression will return
- 
getOpNameDescription copied from interface:ExpressionReturn a human-readable name for the operation that this expression performs
- 
getPropertyListener
- 
setPropertyListener
- 
setType
- 
getPath
- 
setPath
 
-