|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.prosyst.util.beans.BeanProperty
com.prosyst.util.beans.IndexedBeanProperty
public class IndexedBeanProperty
This class represents an array-like bean property, which has indexed getter and/or setter methods. They allow access to a particular member of the array. Indexed bean properties have also a bean property type, which is the type of the array members.
| Method Summary | |
|---|---|
java.lang.Class |
getIndexedPropertyType()
Returns the indexed property type of the bean property. |
java.lang.reflect.Method |
getIndexedReadMethod()
Returns the indexed read method. |
java.lang.reflect.Method |
getIndexedWriteMethod()
Returns the indexed write argument. |
java.lang.String |
toString()
|
| Methods inherited from class com.prosyst.util.beans.BeanProperty |
|---|
getName, getPropertyType, getReadMethod, getWriteMethod |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.reflect.Method getIndexedReadMethod()
getIndexedPropertyType() method.
public java.lang.reflect.Method getIndexedWriteMethod()
getIndexedPropertyType()
method.
public java.lang.Class getIndexedPropertyType()
public java.lang.String toString()
toString in class BeanProperty
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||