Uses of Enum Class
com.espertech.esper.common.client.util.AccessorStyle
Packages that use 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
Methods in com.espertech.esper.common.client.configuration.common that return AccessorStyleModifier and TypeMethodDescriptionConfigurationCommonEventTypeBean.getAccessorStyle()
Returns the accessor style.ConfigurationCommonEventTypeMeta.getDefaultAccessorStyle()
Returns the default accessor style, JavaBean unless changed.Methods in com.espertech.esper.common.client.configuration.common with parameters of type AccessorStyleModifier 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
Methods in com.espertech.esper.common.client.util that return AccessorStyleModifier 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.