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 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.