Class StreamDefinition
java.lang.Object
org.wso2.siddhi.query.api.definition.AbstractDefinition
org.wso2.siddhi.query.api.definition.StreamDefinition
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WindowDefinition
- See Also:
-
Field Summary
Fields inherited from class org.wso2.siddhi.query.api.definition.AbstractDefinition
annotations, attributeList, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionannotation(Annotation annotation) attribute(String attributeName, Attribute.Type type) static StreamDefinitiontoString()Methods inherited from class org.wso2.siddhi.query.api.definition.AbstractDefinition
annotation, checkAttribute, equals, equalsIgnoreAnnotations, getAnnotations, getAttributeList, getAttributeNameArray, getAttributePosition, getAttributeType, getId, hashCode, setId
-
Constructor Details
-
StreamDefinition
public StreamDefinition() -
StreamDefinition
-
-
Method Details
-
id
-
attribute
-
annotation
-
toString
- Overrides:
toStringin classAbstractDefinition
-