Uses of Enum Class
com.espertech.esper.common.client.util.PropertyResolutionStyle
Packages that use PropertyResolutionStyle
Package
Description
Configuration classes for the common section, which is relevant to both the compiler and the runtime
Client utility classes.
-
Uses of PropertyResolutionStyle in com.espertech.esper.common.client.configuration.common
Methods in com.espertech.esper.common.client.configuration.common that return PropertyResolutionStyleModifier and TypeMethodDescriptionConfigurationCommonEventTypeMeta.getClassPropertyResolutionStyle()
Returns the property resolution style to use for resolving property names of Java classes.ConfigurationCommonEventTypeBean.getPropertyResolutionStyle()
Returns the type's property resolution style to use.Methods in com.espertech.esper.common.client.configuration.common with parameters of type PropertyResolutionStyleModifier and TypeMethodDescriptionvoid
ConfigurationCommonEventTypeMeta.setClassPropertyResolutionStyle
(PropertyResolutionStyle classPropertyResolutionStyle) Sets the property resolution style to use for resolving property names of Java classes.void
ConfigurationCommonEventTypeBean.setPropertyResolutionStyle
(PropertyResolutionStyle propertyResolutionStyle) Sets the type's property resolution style to use. -
Uses of PropertyResolutionStyle in com.espertech.esper.common.client.util
Methods in com.espertech.esper.common.client.util that return PropertyResolutionStyleModifier and TypeMethodDescriptionstatic PropertyResolutionStyle
PropertyResolutionStyle.getDefault()
Returns the default property resolution style.static PropertyResolutionStyle
Returns the enum constant of this class with the specified name.static PropertyResolutionStyle[]
PropertyResolutionStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.