Package | Description |
---|---|
com.espertech.esper.common.internal.event.bean.core |
JavaBean and legacy Java underlying event classes are here.
|
com.espertech.esper.common.internal.event.core |
This package defines the internal event APIs.
|
Modifier and Type | Method and Description |
---|---|
EventPropertyType |
PropertyStem.getPropertyType()
Returns an enum indicating the type of property: simple, mapped, indexed.
|
Constructor and Description |
---|
PropertyStem(String propertyName,
Field accessorField,
EventPropertyType propertyType)
Ctor.
|
PropertyStem(String propertyName,
Method readMethod,
EventPropertyType propertyType)
Ctor.
|
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.
|
Copyright © 2005–2021. All rights reserved.