com.espertech.esper.event
Class BeanEventType.SimplePropertyInfo

java.lang.Object
  extended by com.espertech.esper.event.BeanEventType.SimplePropertyInfo
Enclosing class:
BeanEventType

public class BeanEventType.SimplePropertyInfo
extends Object

Descriptor caching the getter, class and property info.


Constructor Summary
BeanEventType.SimplePropertyInfo(Class clazz, EventPropertyGetter getter, EventPropertyDescriptor descriptor)
          Ctor.
 
Method Summary
 Class getClazz()
          Returns the return type.
 EventPropertyDescriptor getDescriptor()
          Returns the property info.
 EventPropertyGetter getGetter()
          Returns the getter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanEventType.SimplePropertyInfo

public BeanEventType.SimplePropertyInfo(Class clazz,
                                        EventPropertyGetter getter,
                                        EventPropertyDescriptor descriptor)
Ctor.

Parameters:
clazz - is the class
getter - is the getter
descriptor - is the property info
Method Detail

getClazz

public Class getClazz()
Returns the return type.

Returns:
return type

getGetter

public EventPropertyGetter getGetter()
Returns the getter.

Returns:
getter

getDescriptor

public EventPropertyDescriptor getDescriptor()
Returns the property info.

Returns:
property info

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