|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.vaevent.VariantPropertyDesc
public class VariantPropertyDesc
Descriptor for a variant stream property.
Constructor Summary | |
---|---|
VariantPropertyDesc(java.lang.Class propertyType,
EventPropertyGetter getter,
boolean property)
Ctor. |
Method Summary | |
---|---|
EventPropertyGetter |
getGetter()
Returns the getter for the property. |
java.lang.Class |
getPropertyType()
Returns the property type. |
boolean |
isProperty()
True if the property exists, false if not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VariantPropertyDesc(java.lang.Class propertyType, EventPropertyGetter getter, boolean property)
propertyType
- type or null if not existsgetter
- the getter or null if not existsproperty
- the boolean indicating whether it exists or notMethod Detail |
---|
public boolean isProperty()
public java.lang.Class getPropertyType()
public EventPropertyGetter getGetter()
|
© 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 |