com.espertech.esper.epl.spec
Class ForClauseItemSpec

java.lang.Object
  extended by com.espertech.esper.epl.spec.ForClauseItemSpec
All Implemented Interfaces:
MetaDefItem, java.io.Serializable

public class ForClauseItemSpec
extends java.lang.Object
implements MetaDefItem, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ForClauseItemSpec(java.lang.String keyword, java.util.List<ExprNode> expressions)
           
 
Method Summary
 java.util.List<ExprNode> getExpressions()
           
 java.lang.String getKeyword()
           
 void setExpressions(java.util.List<ExprNode> expressions)
           
 void setKeyword(java.lang.String keyword)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForClauseItemSpec

public ForClauseItemSpec(java.lang.String keyword,
                         java.util.List<ExprNode> expressions)
Method Detail

getKeyword

public java.lang.String getKeyword()

setKeyword

public void setKeyword(java.lang.String keyword)

getExpressions

public java.util.List<ExprNode> getExpressions()

setExpressions

public void setExpressions(java.util.List<ExprNode> expressions)

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com