Uses of Class
net.esper.eql.spec.SelectClauseStreamSelectorEnum

Packages that use SelectClauseStreamSelectorEnum
net.esper.eql.spec Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
net.esper.eql.view Internal processing views for output rate limiting, filtering and internal event routing 
 

Uses of SelectClauseStreamSelectorEnum in net.esper.eql.spec
 

Methods in net.esper.eql.spec that return SelectClauseStreamSelectorEnum
 SelectClauseStreamSelectorEnum StatementSpec.getSelectStreamSelectorEnum()
          Returns the stream selector (rstream/istream).
static SelectClauseStreamSelectorEnum SelectClauseStreamSelectorEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SelectClauseStreamSelectorEnum[] SelectClauseStreamSelectorEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.esper.eql.spec with parameters of type SelectClauseStreamSelectorEnum
 void StatementSpec.setSelectStreamDirEnum(SelectClauseStreamSelectorEnum selectStreamDirEnum)
          Sets the stream selector (rstream/istream/both etc).
 

Uses of SelectClauseStreamSelectorEnum in net.esper.eql.view
 

Constructors in net.esper.eql.view with parameters of type SelectClauseStreamSelectorEnum
IStreamRStreamSelectorView(SelectClauseStreamSelectorEnum selectStreamDirEnum)
          Ctor.