Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
MatchRecognizeSkipClause |
MatchRecognizeClause.getSkipClause()
Returns skip-clause.
|
static MatchRecognizeSkipClause |
MatchRecognizeSkipClause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchRecognizeSkipClause[] |
MatchRecognizeSkipClause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MatchRecognizeClause.setSkipClause(MatchRecognizeSkipClause skipClause)
Sets the skip-clause.
|