net.esper.client
Class ConfigurationEngineDefaults.EventMeta

java.lang.Object
  extended by net.esper.client.ConfigurationEngineDefaults.EventMeta
Enclosing class:
ConfigurationEngineDefaults

public static class ConfigurationEngineDefaults.EventMeta
extends Object

Event representation metadata.


Constructor Summary
ConfigurationEngineDefaults.EventMeta()
          Ctor.
 
Method Summary
 Configuration.PropertyResolutionStyle getClassPropertyResolutionStyle()
          Returns the property resolution style to use for resolving property names of Java classes.
 void setClassPropertyResolutionStyle(Configuration.PropertyResolutionStyle classPropertyResolutionStyle)
          Sets the property resolution style to use for resolving property names of Java classes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationEngineDefaults.EventMeta

public ConfigurationEngineDefaults.EventMeta()
Ctor.

Method Detail

getClassPropertyResolutionStyle

public Configuration.PropertyResolutionStyle getClassPropertyResolutionStyle()
Returns the property resolution style to use for resolving property names of Java classes.

Returns:
style of property resolution

setClassPropertyResolutionStyle

public void setClassPropertyResolutionStyle(Configuration.PropertyResolutionStyle classPropertyResolutionStyle)
Sets the property resolution style to use for resolving property names of Java classes.

Parameters:
classPropertyResolutionStyle - style of property resolution