|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.ForClauseItem
public class ForClauseItem
An item in a for-clause for controlling delivery of result events to listeners and subscribers.
Constructor Summary | |
---|---|
ForClauseItem()
Ctor. |
|
ForClauseItem(ForClauseKeyword keyword)
Ctor. |
Method Summary | |
---|---|
static ForClauseItem |
create(ForClauseKeyword keyword)
Creates a for-clause with no expressions. |
java.util.List<Expression> |
getExpressions()
Returns for-clause expressions. |
ForClauseKeyword |
getKeyword()
Returns the for-clause keyword. |
void |
setExpressions(java.util.List<Expression> expressions)
Sets for-clause expressions. |
void |
setKeyword(ForClauseKeyword keyword)
Sets the for-clause keyword. |
void |
toEPL(java.io.StringWriter writer)
Renders the clause in textual representation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ForClauseItem()
Must set a keyword and optionally add expressions.
public ForClauseItem(ForClauseKeyword keyword)
keyword
- the delivery keywordMethod Detail |
---|
public static ForClauseItem create(ForClauseKeyword keyword)
keyword
- keyword to use
public ForClauseKeyword getKeyword()
public void setKeyword(ForClauseKeyword keyword)
keyword
- to setpublic java.util.List<Expression> getExpressions()
public void setExpressions(java.util.List<Expression> expressions)
expressions
- expressions to setpublic void toEPL(java.io.StringWriter writer)
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 |