Uses of Enum Class
com.espertech.esper.common.client.annotation.HintEnum
Packages that use HintEnum
Package
Description
This package defines the Esper EPL annotations, which prefix EPL statements for the purpose of adding statement
information.
-
Uses of HintEnum in com.espertech.esper.common.client.annotation
Methods in com.espertech.esper.common.client.annotation that return HintEnumModifier and TypeMethodDescriptionstatic HintEnum
Returns the enum constant of this class with the specified name.static HintEnum[]
HintEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.espertech.esper.common.client.annotation that return types with arguments of type HintEnumModifier and TypeMethodDescriptionHintEnum.validateGetListed
(Annotation annotation) Validate a hint annotation ensuring it contains only recognized hints.