Uses of Enum Class
com.espertech.esper.common.client.util.AccessorStyle
Package
Description
Configuration classes for the common section, which is relevant to both the compiler and the runtime
Client utility classes.
-
Uses of AccessorStyle in com.espertech.esper.common.client.configuration.common
Modifier and TypeMethodDescriptionConfigurationCommonEventTypeBean.getAccessorStyle()
Returns the accessor style.ConfigurationCommonEventTypeMeta.getDefaultAccessorStyle()
Returns the default accessor style, JavaBean unless changed.Modifier and TypeMethodDescriptionvoid
ConfigurationCommonEventTypeBean.setAccessorStyle
(AccessorStyle accessorStyle) Sets the accessor style.void
ConfigurationCommonEventTypeMeta.setDefaultAccessorStyle
(AccessorStyle defaultAccessorStyle) Sets the default accessor style, which is JavaBean unless changed. -
Uses of AccessorStyle in com.espertech.esper.common.client.util
Modifier and TypeMethodDescriptionstatic AccessorStyle
Returns the enum constant of this class with the specified name.static AccessorStyle[]
AccessorStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.