Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static EventPropertyType |
EventPropertyType.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
EventPropertyType |
InternalEventPropDescriptor.getPropertyType()
Returns an enum indicating the type of property: simple, mapped, indexed.
|
Constructor and Description |
---|
InternalEventPropDescriptor(String propertyName,
Field accessorField,
EventPropertyType propertyType)
Ctor.
|
InternalEventPropDescriptor(String propertyName,
Method readMethod,
EventPropertyType propertyType)
Ctor.
|