net.esper.event.property
Class SimpleProperty
java.lang.Object
net.esper.event.property.PropertyBase
net.esper.event.property.SimpleProperty
- All Implemented Interfaces:
- Property
public class SimpleProperty
- extends PropertyBase
Represents a simple property of a given name.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleProperty
public SimpleProperty(String propertyName)
- Ctor.
- Parameters:
propertyName
- is the property name
getGetter
public EventPropertyGetter getGetter(BeanEventType eventType)
- Description copied from interface:
Property
- Returns value getter for the property of an event of the given event type.
- Parameters:
eventType
- is the type of event to make a getter for
- Returns:
- fast property value getter for property
getPropertyType
public Class getPropertyType(BeanEventType eventType)
- Description copied from interface:
Property
- Returns the property type.
- Parameters:
eventType
- is the event type representing the JavaBean
- Returns:
- property type class