|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.event.property.PropertyBase
net.esper.event.property.SimpleProperty
public class SimpleProperty
Represents a simple property of a given name.
Field Summary |
---|
Fields inherited from class net.esper.event.property.PropertyBase |
---|
propertyName |
Constructor Summary | |
---|---|
SimpleProperty(java.lang.String propertyName)
Ctor. |
Method Summary | |
---|---|
EventPropertyGetter |
getGetter(BeanEventType eventType)
Returns value getter for the property of an event of the given event type. |
java.lang.Class |
getPropertyType(BeanEventType eventType)
Returns the property type. |
Methods inherited from class net.esper.event.property.PropertyBase |
---|
getPropertyName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleProperty(java.lang.String propertyName)
propertyName
- is the property nameMethod Detail |
---|
public EventPropertyGetter getGetter(BeanEventType eventType)
Property
eventType
- is the type of event to make a getter for
public java.lang.Class getPropertyType(BeanEventType eventType)
Property
eventType
- is the event type representing the JavaBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |