Class StringConstant
- java.lang.Object
-
- io.siddhi.query.api.expression.Expression
-
- io.siddhi.query.api.expression.constant.StringConstant
-
- All Implemented Interfaces:
Constant,SiddhiElement,Serializable
public class StringConstant extends Expression implements Constant
String constantExpression- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.siddhi.query.api.expression.Expression
Expression.Time
-
-
Constructor Summary
Constructors Constructor Description StringConstant(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetValue()inthashCode()StringtoString()-
Methods inherited from class io.siddhi.query.api.expression.Expression
add, and, compare, divide, function, function, getQueryContextEndIndex, getQueryContextStartIndex, in, isNull, isNullFaultStream, isNullFaultStream, isNullInnerStream, isNullInnerStream, isNullStream, isNullStream, mod, multiply, not, or, setQueryContextEndIndex, setQueryContextStartIndex, subtract, value, value, value, value, value, value, variable
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.siddhi.query.api.SiddhiElement
getQueryContextEndIndex, getQueryContextStartIndex, setQueryContextEndIndex, setQueryContextStartIndex
-
-
-
-
Constructor Detail
-
StringConstant
public StringConstant(String value)
-
-