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
  • Constructor Details

    • AlertVariableExpression

      protected AlertVariableExpression(AlertVariable variable)
  • Method Details

    • execute

      @Nonnull public QualifiedValue execute() throws ExpressionException
      Description copied from interface: Expression
      Compute and return the value of this expression
      Throws:
      ExpressionException
    • getOpName

      public String getOpName()
      Description copied from interface: Expression
      Return a human-readable name for the operation that this expression performs
    • getType

      public Class<?> getType()
      Description copied from interface: Expression
      Return the type that this expression will return