Class NonLocalizedToStringExpression
java.lang.Object
com.inductiveautomation.ignition.common.expressions.AbstractExpression
com.inductiveautomation.ignition.common.expressions.NonLocalizedToStringExpression
- All Implemented Interfaces:
- Expression
- 
Field SummaryFields inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpressionchildren, context, updateListener
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpressionconnect, disconnect, getChildren, setChildren, shutdown, startup
- 
Constructor Details- 
NonLocalizedToStringExpressionpublic NonLocalizedToStringExpression()
 
- 
- 
Method Details- 
executeReturns the query generated by this expression (quality always good). In theory we could optimize this by not creating the string each time, only when something has changed, but it shouldn't be too big of a deal to do it like this.- Throws:
- ExpressionException
 
- 
getOpNameDescription copied from interface:ExpressionReturn a human-readable name for the operation that this expression performs
- 
getTypeDescription copied from interface:ExpressionReturn the type that this expression will return
 
-