Class VariantPropertyDesc

java.lang.Object
com.espertech.esper.common.internal.event.variant.VariantPropertyDesc

public class VariantPropertyDesc extends Object
Descriptor for a variant stream property.
  • Constructor Details

    • VariantPropertyDesc

      public VariantPropertyDesc(EPType propertyType, EventPropertyGetterSPI 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 Details

    • isProperty

      public boolean isProperty()
      True if the property exists, false if not.
      Returns:
      indicator whether property exists
    • getPropertyType

      public EPType getPropertyType()
      Returns the property type.
      Returns:
      property type
    • getGetter

      public EventPropertyGetterSPI getGetter()
      Returns the getter for the property.
      Returns:
      property getter