Class AbstractAlertExpressionContext.AlertVariableExpression
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.expressions.AbstractExpression
- 
- com.inductiveautomation.ignition.gateway.alert.AbstractAlertExpressionContext.AlertVariableExpression
 
 
- 
- All Implemented Interfaces:
- Expression
 - Enclosing class:
- AbstractAlertExpressionContext
 
 protected class AbstractAlertExpressionContext.AlertVariableExpression extends AbstractExpression 
- 
- 
Field Summary- 
Fields inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpressionchildren, context, updateListener
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedAlertVariableExpression(AlertVariable variable)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description QualifiedValueexecute()Compute and return the value of this expressionjava.lang.StringgetOpName()Return a human-readable name for the operation that this expression performsjava.lang.Class<?>getType()Return the type that this expression will return- 
Methods inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpressionconnect, disconnect, getChildren, setChildren, shutdown, startup
 
- 
 
- 
- 
- 
Constructor Detail- 
AlertVariableExpressionprotected AlertVariableExpression(AlertVariable variable) 
 
- 
 - 
Method Detail- 
execute@Nonnull public QualifiedValue execute() throws ExpressionException Description copied from interface:ExpressionCompute and return the value of this expression- Throws:
- ExpressionException
 
 - 
getOpNamepublic java.lang.String getOpName() Description copied from interface:ExpressionReturn a human-readable name for the operation that this expression performs
 - 
getTypepublic java.lang.Class<?> getType() Description copied from interface:ExpressionReturn the type that this expression will return
 
- 
 
-