|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StreamSelector>
com.espertech.esper.client.soda.StreamSelector
public enum StreamSelector
Enumeration for representing 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 | |
---|---|
java.lang.String |
getEpl()
Returns syntactic text |
static StreamSelector |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StreamSelector[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final StreamSelector RSTREAM_ONLY
public static final StreamSelector ISTREAM_ONLY
public static final StreamSelector RSTREAM_ISTREAM_BOTH
Method Detail |
---|
public static StreamSelector[] values()
for (StreamSelector c : StreamSelector.values()) System.out.println(c);
public static StreamSelector valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getEpl()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |