|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.SelectClauseExpression
public class SelectClauseExpression
Part of a select-clause to describe individual select-clause expressions.
Constructor Summary | |
---|---|
SelectClauseExpression()
Ctor. |
|
SelectClauseExpression(Expression expression)
Ctor. |
|
SelectClauseExpression(Expression expression,
java.lang.String optionalAsName)
Ctor. |
Method Summary | |
---|---|
java.lang.String |
getAsName()
Returns the optional "as"-name of the expression, or null if not defined |
Expression |
getExpression()
Returns the selection expression. |
boolean |
isAnnotatedByEventFlag()
Returns indicator whether annotated as "@eventbean" |
void |
setAnnotatedByEventFlag(boolean annotatedByEventFlag)
Sets indicator whether annotated as "@eventbean" |
void |
setAsName(java.lang.String asName)
Sets the optional "as"-name of the expression, or null if not defined |
void |
setExpression(Expression expression)
Sets the selection expression. |
void |
toEPLElement(java.io.StringWriter writer)
Renders the element in textual representation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectClauseExpression()
public SelectClauseExpression(Expression expression)
expression
- is the selection expressionpublic SelectClauseExpression(Expression expression, java.lang.String optionalAsName)
expression
- is the selection expressionoptionalAsName
- is the "as"-tag for the expressionMethod Detail |
---|
public Expression getExpression()
public void setExpression(Expression expression)
expression
- is the selection expressionpublic java.lang.String getAsName()
public void setAsName(java.lang.String asName)
asName
- column name or null for selection expressionpublic boolean isAnnotatedByEventFlag()
public void setAnnotatedByEventFlag(boolean annotatedByEventFlag)
annotatedByEventFlag
- "@eventbean" indicatorpublic void toEPLElement(java.io.StringWriter writer)
toEPLElement
in interface SelectClauseElement
writer
- to output to
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |