org.wso2.siddhi.query.api.definition
Class AbstractDefinition
java.lang.Object
org.wso2.siddhi.query.api.definition.AbstractDefinition
- All Implemented Interfaces:
- ExecutionPlan
- Direct Known Subclasses:
- StreamDefinition, TableDefinition
public abstract class AbstractDefinition
- extends Object
- implements ExecutionPlan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
attributeList
protected List<Attribute> attributeList
AbstractDefinition
public AbstractDefinition()
checkAttribute
protected void checkAttribute(String attributeName)
getAttributeList
public List<Attribute> getAttributeList()
getAttributeType
public Attribute.Type getAttributeType(String attributeName)
getAttributePosition
public int getAttributePosition(String attributeName)
getAttributeNameArray
public String[] getAttributeNameArray()
getId
public String getId()
Copyright © 2014. All rights reserved.