protected class AbstractAlertExpressionContext.AlertVariableExpression extends AbstractExpression
children, context, updateListener| Modifier | Constructor and Description |
|---|---|
protected |
AlertVariableExpression(AlertVariable variable) |
| Modifier and Type | Method and Description |
|---|---|
QualifiedValue |
execute()
Compute and return the value of this expression
|
java.lang.String |
getOpName()
Return a human-readable name for the operation that this expression performs
|
java.lang.Class<?> |
getType()
Return the type that this expression will return
|
connect, disconnect, getChildren, setChildren, shutdown, startup, typeMismatchprotected AlertVariableExpression(AlertVariable variable)
public QualifiedValue execute() throws ExpressionException
ExpressionExpressionExceptionpublic java.lang.String getOpName()
Expressionpublic java.lang.Class<?> getType()
Expression