public class Attribute extends Object implements SiddhiElement
| Modifier and Type | Class and Description |
|---|---|
static class |
Attribute.Type
Different Type of Attribute Types
|
| Constructor and Description |
|---|
Attribute(String name,
Attribute.Type type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
int[] |
getQueryContextEndIndex() |
int[] |
getQueryContextStartIndex() |
Attribute.Type |
getType() |
int |
hashCode() |
void |
setQueryContextEndIndex(int[] lineAndColumn) |
void |
setQueryContextStartIndex(int[] lineAndColumn) |
String |
toString() |
public Attribute(String name, Attribute.Type type)
public String getName()
public Attribute.Type getType()
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.