com.espertech.esper.event
Interface TypedEventPropertyGetter

All Superinterfaces:
EventPropertyGetter
All Known Implementing Classes:
XPathPropertyGetter

public interface TypedEventPropertyGetter
extends EventPropertyGetter

Interface for property getters also returning type information for the property.

Author:
pablo

Method Summary
 Class getResultClass()
          Returns type of event property.
 
Methods inherited from interface com.espertech.esper.event.EventPropertyGetter
get, isExistsProperty
 

Method Detail

getResultClass

Class getResultClass()
Returns type of event property.

Returns:
class of the objects returned by this getter

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