Package | Description |
---|---|
com.espertech.esper.common.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
MatchRecogizePatternElementType |
MatchRecognizeRegExNested.getType()
Returns multiplicity.
|
MatchRecogizePatternElementType |
MatchRecognizeRegExAtom.getType()
Returns multiplicity.
|
static MatchRecogizePatternElementType |
MatchRecogizePatternElementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchRecogizePatternElementType[] |
MatchRecogizePatternElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MatchRecognizeRegExNested.setType(MatchRecogizePatternElementType type)
Sets multiplicity.
|
void |
MatchRecognizeRegExAtom.setType(MatchRecogizePatternElementType type)
Sets multiplicity.
|
Constructor and Description |
---|
MatchRecognizeRegExAtom(String name,
MatchRecogizePatternElementType type)
Ctor.
|
MatchRecognizeRegExAtom(String name,
MatchRecogizePatternElementType type,
MatchRecognizeRegExRepeat optionalRepeat)
Ctor.
|
MatchRecognizeRegExNested(MatchRecogizePatternElementType type)
Ctor.
|
MatchRecognizeRegExNested(MatchRecogizePatternElementType type,
MatchRecognizeRegExRepeat optionalRepeat)
Ctor.
|
Copyright © 2005–2019. All rights reserved.