|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.BeanEventType.SimplePropertyInfo
public class BeanEventType.SimplePropertyInfo
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 |
---|
public BeanEventType.SimplePropertyInfo(Class clazz, EventPropertyGetter getter, EventPropertyDescriptor descriptor)
clazz
- is the classgetter
- is the getterdescriptor
- is the property infoMethod Detail |
---|
public Class getClazz()
public EventPropertyGetter getGetter()
public EventPropertyDescriptor getDescriptor()
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |