net.esper.event.property
Interface Property

All Known Implementing Classes:
DynamicIndexedProperty, DynamicMappedProperty, DynamicSimpleProperty, IndexedProperty, MappedProperty, NestedProperty, PropertyBase, SimpleProperty

public interface Property

Interface for a property of an event of type BeanEventType (JavaBean event). Properties are designed to handle the different types of properties for such events: indexed, mapped, simple, nested, or a combination of those.


Method Summary
 EventPropertyGetter getGetter(BeanEventType eventType)
          Returns value getter for the property of an event of the given event type.
 EventPropertyGetter getGetterMap()
          Returns the getter-method for use with Map event representations.
 Class getPropertyType(BeanEventType eventType)
          Returns the property type.
 Class getPropertyTypeMap()
          Returns the property type for use with Map event representations.
 

Method Detail

getPropertyType

Class getPropertyType(BeanEventType eventType)
Returns the property type.

Parameters:
eventType - is the event type representing the JavaBean
Returns:
property type class

getGetter

EventPropertyGetter getGetter(BeanEventType eventType)
Returns value getter for the property of an event of the given event type.

Parameters:
eventType - is the type of event to make a getter for
Returns:
fast property value getter for property

getPropertyTypeMap

Class getPropertyTypeMap()
Returns the property type for use with Map event representations.

Returns:
property type

getGetterMap

EventPropertyGetter getGetterMap()
Returns the getter-method for use with Map event representations.

Returns:
getter for maps

© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com