Uses of Class
com.espertech.esper.event.EventPropertyType

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

Uses of EventPropertyType in com.espertech.esper.event
 

Methods in com.espertech.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 com.espertech.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.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com