public class WriteablePropertyDescriptor extends Object
Constructor and Description |
---|
WriteablePropertyDescriptor(String propertyName,
EPType type,
Method writeMethod,
boolean fragment)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getPropertyName()
Returns property name.
|
EPType |
getType()
Returns property type.
|
Method |
getWriteMethod()
Returns write methods.
|
int |
hashCode() |
boolean |
isFragment() |
public WriteablePropertyDescriptor(String propertyName, EPType type, Method writeMethod, boolean fragment)
propertyName
- name of propertytype
- typewriteMethod
- optional write methodsfragment
- whether the property is itself an event or array of eventspublic String getPropertyName()
public EPType getType()
public Method getWriteMethod()
public boolean isFragment()
Copyright © 2005–2021. All rights reserved.