Uses of Enum Class
com.espertech.esper.common.client.util.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
Modifier 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.Modifier 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
Modifier 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.