Class WriteablePropertyDescriptor

java.lang.Object
com.espertech.esper.common.internal.event.core.WriteablePropertyDescriptor

public class WriteablePropertyDescriptor extends Object
Descriptor for writable properties.
  • Constructor Details

    • WriteablePropertyDescriptor

      public WriteablePropertyDescriptor(String propertyName, EPType type, Method writeMethod, boolean fragment)
      Ctor.
      Parameters:
      propertyName - name of property
      type - type
      writeMethod - optional write methods
      fragment - whether the property is itself an event or array of events
  • Method Details

    • getPropertyName

      public String getPropertyName()
      Returns property name.
      Returns:
      property name
    • getType

      public EPType getType()
      Returns property type.
      Returns:
      property type
    • getWriteMethod

      public Method getWriteMethod()
      Returns write methods.
      Returns:
      write methods
    • isFragment

      public boolean isFragment()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object