com.espertech.esper.event.vaevent
Class RevisionPropertyTypeDesc

java.lang.Object
  extended by com.espertech.esper.event.vaevent.RevisionPropertyTypeDesc

public class RevisionPropertyTypeDesc
extends java.lang.Object

Property descriptor for use by revision event types to maintain access to revision event properties.


Constructor Summary
RevisionPropertyTypeDesc(EventPropertyGetter revisionGetter, RevisionGetterParameters revisionGetterParams, java.lang.Class propertyType)
          Ctor.
 
Method Summary
 java.lang.Object getPropertyType()
          Returns property type.
 EventPropertyGetter getRevisionGetter()
          Returns the getter for the property on the revision event type.
 RevisionGetterParameters getRevisionGetterParams()
          Returns parameters for the getter for the property on the revision event type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RevisionPropertyTypeDesc

public RevisionPropertyTypeDesc(EventPropertyGetter revisionGetter,
                                RevisionGetterParameters revisionGetterParams,
                                java.lang.Class propertyType)
Ctor.

Parameters:
revisionGetter - getter to use
revisionGetterParams - getter parameters
propertyType - type of the property
Method Detail

getRevisionGetter

public EventPropertyGetter getRevisionGetter()
Returns the getter for the property on the revision event type.

Returns:
getter

getRevisionGetterParams

public RevisionGetterParameters getRevisionGetterParams()
Returns parameters for the getter for the property on the revision event type.

Returns:
getter parameters

getPropertyType

public java.lang.Object getPropertyType()
Returns property type.

Returns:
type

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com