public class ConstantExpressionExecutor extends Object implements ExpressionExecutor
| Constructor and Description |
|---|
ConstantExpressionExecutor(Object value,
org.wso2.siddhi.query.api.definition.Attribute.Type type) |
| Modifier and Type | Method and Description |
|---|---|
ExpressionExecutor |
cloneExecutor(String key) |
Object |
execute(ComplexEvent event) |
org.wso2.siddhi.query.api.definition.Attribute.Type |
getReturnType() |
Object |
getValue() |
public ConstantExpressionExecutor(Object value, org.wso2.siddhi.query.api.definition.Attribute.Type type)
public Object execute(ComplexEvent event)
execute in interface ExpressionExecutorpublic org.wso2.siddhi.query.api.definition.Attribute.Type getReturnType()
getReturnType in interface ExpressionExecutorpublic ExpressionExecutor cloneExecutor(String key)
cloneExecutor in interface ExpressionExecutorpublic Object getValue()
Copyright © 2018 WSO2. All Rights Reserved.