|
||||||||||
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.MappedProperty
public class MappedProperty
Represents a mapped property or array property, ie. an 'value' property with read method getValue(int index) or a 'array' property via read method getArray() returning an array.
Field Summary |
---|
Fields inherited from class net.esper.event.property.PropertyBase |
---|
propertyName |
Constructor Summary | |
---|---|
MappedProperty(String propertyName,
String key)
Ctor. |
Method Summary | |
---|---|
EventPropertyGetter |
getGetter(BeanEventType eventType)
Returns value getter for the property of an event of the given event type. |
EventPropertyGetter |
getGetterMap()
Returns the getter-method for use with Map event representations. |
String |
getKey()
Returns the key value for mapped access. |
Class |
getPropertyType(BeanEventType eventType)
Returns the property type. |
Class |
getPropertyTypeMap()
Returns the property type for use with Map event representations. |
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 MappedProperty(String propertyName, String key)
propertyName
- is the property name of the mapped propertykey
- is the key value to access the mapped propertyMethod Detail |
---|
public String getKey()
public EventPropertyGetter getGetter(BeanEventType eventType)
Property
eventType
- is the type of event to make a getter for
public Class getPropertyType(BeanEventType eventType)
Property
eventType
- is the event type representing the JavaBean
public Class getPropertyTypeMap()
Property
public EventPropertyGetter getGetterMap()
Property
|
© 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 |