Uses of Class
net.esper.event.EventPropertyType

Packages that use EventPropertyType
net.esper.event This package defines the Esper Client event API. 
 

Uses of EventPropertyType in net.esper.event
 

Methods in net.esper.event that return EventPropertyType
 EventPropertyType EventPropertyDescriptor.getPropertyType()
          Returns an enum indicating the type of property: simple, mapped, indexed.
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're declared.
 

Constructors in net.esper.event with parameters of type EventPropertyType
EventPropertyDescriptor(String propertyName, String listedName, Field accessorField, EventPropertyType propertyType)
          Ctor.
EventPropertyDescriptor(String propertyName, String listedName, Method readMethod, EventPropertyType propertyType)
          Ctor.