|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SelectClauseStreamSelectorEnum>
net.esper.eql.spec.SelectClauseStreamSelectorEnum
public enum SelectClauseStreamSelectorEnum
Enumeration for representing select-clause selection of the remove stream or the insert stream, or both.
Enum Constant Summary | |
---|---|
ISTREAM_ONLY
Indicates selection of the insert stream only. |
|
RSTREAM_ISTREAM_BOTH
Indicates selection of both the insert and the remove stream. |
|
RSTREAM_ONLY
Indicates selection of the remove stream only. |
Method Summary | |
---|---|
static StreamSelector |
mapFromSODA(SelectClauseStreamSelectorEnum selector)
Maps the internal stream selector to the SODA-representation |
static SelectClauseStreamSelectorEnum |
mapFromSODA(StreamSelector selector)
Maps the SODA-selector to the internal representation |
static SelectClauseStreamSelectorEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SelectClauseStreamSelectorEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SelectClauseStreamSelectorEnum RSTREAM_ONLY
public static final SelectClauseStreamSelectorEnum ISTREAM_ONLY
public static final SelectClauseStreamSelectorEnum RSTREAM_ISTREAM_BOTH
Method Detail |
---|
public static final SelectClauseStreamSelectorEnum[] values()
for(SelectClauseStreamSelectorEnum c : SelectClauseStreamSelectorEnum.values()) System.out.println(c);
public static SelectClauseStreamSelectorEnum valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static SelectClauseStreamSelectorEnum mapFromSODA(StreamSelector selector)
selector
- is the SODA-selector to map
public static StreamSelector mapFromSODA(SelectClauseStreamSelectorEnum selector)
selector
- is the internal selector to map
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |