public abstract class OutputStream extends Object implements SiddhiElement
Modifier and Type | Class and Description |
---|---|
static class |
OutputStream.OutputEventType
Output event types.
|
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected OutputStream.OutputEventType |
outputEventType |
Constructor and Description |
---|
OutputStream() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getId() |
OutputStream.OutputEventType |
getOutputEventType() |
int[] |
getQueryContextEndIndex() |
int[] |
getQueryContextStartIndex() |
int |
hashCode() |
void |
setId(String id) |
void |
setOutputEventType(OutputStream.OutputEventType outputEventType) |
void |
setQueryContextEndIndex(int[] lineAndColumn) |
void |
setQueryContextStartIndex(int[] lineAndColumn) |
String |
toString() |
protected String id
protected OutputStream.OutputEventType outputEventType
public String getId()
public void setId(String id)
public OutputStream.OutputEventType getOutputEventType()
public void setOutputEventType(OutputStream.OutputEventType outputEventType)
public int[] getQueryContextStartIndex()
getQueryContextStartIndex
in interface SiddhiElement
public void setQueryContextStartIndex(int[] lineAndColumn)
setQueryContextStartIndex
in interface SiddhiElement
public int[] getQueryContextEndIndex()
getQueryContextEndIndex
in interface SiddhiElement
public void setQueryContextEndIndex(int[] lineAndColumn)
setQueryContextEndIndex
in interface SiddhiElement
Copyright © 2018 WSO2. All rights reserved.