|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.WriteablePropertyDescriptor
public class WriteablePropertyDescriptor
Descriptor for writable properties.
Constructor Summary | |
---|---|
WriteablePropertyDescriptor(java.lang.String propertyName,
java.lang.Class type,
java.lang.reflect.Method writeMethod)
Ctor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getPropertyName()
Returns property name. |
java.lang.Class |
getType()
Returns property type. |
java.lang.reflect.Method |
getWriteMethod()
Returns write methods. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WriteablePropertyDescriptor(java.lang.String propertyName, java.lang.Class type, java.lang.reflect.Method writeMethod)
propertyName
- name of propertytype
- typewriteMethod
- optional write methodsMethod Detail |
---|
public java.lang.String getPropertyName()
public java.lang.Class getType()
public java.lang.reflect.Method getWriteMethod()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |