com.espertech.esperio.representation.axiom
Interface TypedEventPropertyGetter

All Superinterfaces:
com.espertech.esper.client.EventPropertyGetter
All Known Implementing Classes:
AxiomXPathPropertyGetter

public interface TypedEventPropertyGetter
extends com.espertech.esper.client.EventPropertyGetter

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

Author:
pablo

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

Method Detail

getResultClass

java.lang.Class getResultClass()
Returns type of event property.

Returns:
class of the objects returned by this getter

© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com