Uses of Enum Class
com.espertech.esper.common.client.soda.MatchRecognizeSkipClause
Package
Description
This package defines the Esper statement object model.
-
Uses of MatchRecognizeSkipClause in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionMatchRecognizeClause.getSkipClause()
Returns skip-clause.static MatchRecognizeSkipClause
Returns the enum constant of this class with the specified name.static MatchRecognizeSkipClause[]
MatchRecognizeSkipClause.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
MatchRecognizeClause.setSkipClause
(MatchRecognizeSkipClause skipClause) Sets the skip-clause.