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 Summary
Fields inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpression
children, context, updateListener
-
Constructor Summary
Constructors -
Method Summary
Modifier 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 returnvoid
void
setPropertyListener
(PropertyListenerDescriptor descriptor) void
Methods inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpression
connect, disconnect, getChildren, setChildren, shutdown, startup
-
Constructor Details
-
BoundVariableExpression
public BoundVariableExpression()
-
-
Method Details
-
execute
Description copied from interface:Expression
Compute and return the value of this expression- Throws:
ExpressionException
-
getType
Description copied from interface:Expression
Return the type that this expression will return -
getOpName
Description copied from interface:Expression
Return a human-readable name for the operation that this expression performs -
getPropertyListener
-
setPropertyListener
-
setType
-
getPath
-
setPath
-