|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MatchRecogizePatternElementType>
com.espertech.esper.client.soda.MatchRecogizePatternElementType
public enum MatchRecogizePatternElementType
Enum for match recognize pattern atom types.
Enum Constant Summary | |
---|---|
ONE_OPTIONAL
For greedy '?' multiplicity. |
|
ONE_OPTIONAL_RELUCTANT
For reluctant '?' multiplicity. |
|
ONE_TO_MANY
For greedy '+' multiplicity. |
|
ONE_TO_MANY_RELUCTANT
For reluctant '+' multiplicity. |
|
SINGLE
For single multiplicity. |
|
ZERO_TO_MANY
For greedy '*' multiplicity. |
|
ZERO_TO_MANY_RELUCTANT
For reluctant '*' multiplicity. |
Method Summary | |
---|---|
java.lang.String |
getText()
Returns the multiplicity text. |
static MatchRecogizePatternElementType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MatchRecogizePatternElementType[] |
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 MatchRecogizePatternElementType SINGLE
public static final MatchRecogizePatternElementType ZERO_TO_MANY
public static final MatchRecogizePatternElementType ONE_TO_MANY
public static final MatchRecogizePatternElementType ONE_OPTIONAL
public static final MatchRecogizePatternElementType ZERO_TO_MANY_RELUCTANT
public static final MatchRecogizePatternElementType ONE_TO_MANY_RELUCTANT
public static final MatchRecogizePatternElementType ONE_OPTIONAL_RELUCTANT
Method Detail |
---|
public static MatchRecogizePatternElementType[] values()
for (MatchRecogizePatternElementType c : MatchRecogizePatternElementType.values()) System.out.println(c);
public static MatchRecogizePatternElementType 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 getText()
|
© 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 |