|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventPropertyType | |
---|---|
com.espertech.esper.event | This package defines the internal event APIs. |
com.espertech.esper.event.bean | JavaBean and legacy Java underlying event classes are here. |
Uses of EventPropertyType in com.espertech.esper.event |
---|
Methods in com.espertech.esper.event that return EventPropertyType | |
---|---|
static EventPropertyType |
EventPropertyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EventPropertyType[] |
EventPropertyType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of EventPropertyType in com.espertech.esper.event.bean |
---|
Methods in com.espertech.esper.event.bean that return EventPropertyType | |
---|---|
EventPropertyType |
InternalEventPropDescriptor.getPropertyType()
Returns an enum indicating the type of property: simple, mapped, indexed. |
Constructors in com.espertech.esper.event.bean with parameters of type EventPropertyType | |
---|---|
InternalEventPropDescriptor(java.lang.String propertyName,
java.lang.reflect.Field accessorField,
EventPropertyType propertyType)
Ctor. |
|
InternalEventPropDescriptor(java.lang.String propertyName,
java.lang.reflect.Method readMethod,
EventPropertyType propertyType)
Ctor. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |