public class OutputAttribute extends Object implements SiddhiElement
| Constructor and Description |
|---|
OutputAttribute(String rename,
Expression expression) |
OutputAttribute(Variable variable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Expression |
getExpression() |
int[] |
getQueryContextEndIndex() |
int[] |
getQueryContextStartIndex() |
String |
getRename() |
int |
hashCode() |
void |
setQueryContextEndIndex(int[] lineAndColumn) |
void |
setQueryContextStartIndex(int[] lineAndColumn) |
String |
toString() |
public OutputAttribute(String rename, Expression expression)
public OutputAttribute(Variable variable)
public String getRename()
public Expression getExpression()
public int[] getQueryContextStartIndex()
getQueryContextStartIndex in interface SiddhiElementpublic void setQueryContextStartIndex(int[] lineAndColumn)
setQueryContextStartIndex in interface SiddhiElementpublic int[] getQueryContextEndIndex()
getQueryContextEndIndex in interface SiddhiElementpublic void setQueryContextEndIndex(int[] lineAndColumn)
setQueryContextEndIndex in interface SiddhiElementCopyright © 2019. All rights reserved.