|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.vaevent.RevisionPropertyTypeDesc
public class RevisionPropertyTypeDesc
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 |
---|
public RevisionPropertyTypeDesc(EventPropertyGetter revisionGetter, RevisionGetterParameters revisionGetterParams, java.lang.Class propertyType)
revisionGetter
- getter to userevisionGetterParams
- getter parameterspropertyType
- type of the propertyMethod Detail |
---|
public EventPropertyGetter getRevisionGetter()
public RevisionGetterParameters getRevisionGetterParams()
public java.lang.Object getPropertyType()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |