Class VariantPropertyDesc
java.lang.Object
com.espertech.esper.common.internal.event.variant.VariantPropertyDesc
Descriptor for a variant stream property.
-
Constructor Summary
ConstructorDescriptionVariantPropertyDesc
(EPType propertyType, EventPropertyGetterSPI getter, boolean property) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the getter for the property.Returns the property type.boolean
True if the property exists, false if not.
-
Constructor Details
-
VariantPropertyDesc
Ctor.- Parameters:
propertyType
- type or null if not existsgetter
- the getter or null if not existsproperty
- 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
Returns the property type.- Returns:
- property type
-
getGetter
Returns the getter for the property.- Returns:
- property getter
-