Uses of Enum Class
com.espertech.esper.common.client.soda.ForClauseKeyword
Package
Description
This package defines the Esper statement object model.
-
Uses of ForClauseKeyword in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionForClauseItem.getKeyword()
Returns the for-clause keyword.static ForClauseKeyword
Returns the enum constant of this class with the specified name.static ForClauseKeyword[]
ForClauseKeyword.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic ForClauseItem
ForClauseItem.create
(ForClauseKeyword keyword) Creates a for-clause with no expressions.void
ForClauseItem.setKeyword
(ForClauseKeyword keyword) Sets the for-clause keyword.