com.espertech.esper.event.vaevent
Class VariantPropertyDesc

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

public class VariantPropertyDesc
extends java.lang.Object

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

VariantPropertyDesc

public VariantPropertyDesc(java.lang.Class propertyType,
                           EventPropertyGetter getter,
                           boolean property)
Ctor.

Parameters:
propertyType - type or null if not exists
getter - the getter or null if not exists
property - the boolean indicating whether it exists or not
Method Detail

isProperty

public boolean isProperty()
True if the property exists, false if not.

Returns:
indicator whether property exists

getPropertyType

public java.lang.Class getPropertyType()
Returns the property type.

Returns:
property type

getGetter

public EventPropertyGetter getGetter()
Returns the getter for the property.

Returns:
property getter

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