Class WriteablePropertyDescriptor
java.lang.Object
com.espertech.esper.common.internal.event.core.WriteablePropertyDescriptor
Descriptor for writable properties.
-
Constructor Summary
ConstructorDescriptionWriteablePropertyDescriptor
(String propertyName, EPType type, Method writeMethod, boolean fragment) Ctor. -
Method Summary
-
Constructor Details
-
WriteablePropertyDescriptor
public WriteablePropertyDescriptor(String propertyName, EPType type, Method writeMethod, boolean fragment) Ctor.- Parameters:
propertyName
- name of propertytype
- typewriteMethod
- optional write methodsfragment
- whether the property is itself an event or array of events
-
-
Method Details
-
getPropertyName
Returns property name.- Returns:
- property name
-
getType
Returns property type.- Returns:
- property type
-
getWriteMethod
Returns write methods.- Returns:
- write methods
-
isFragment
public boolean isFragment() -
equals
-
hashCode
public int hashCode()
-