|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BeanProperty
Contains information regarding a Bean property.
BeanIntrospector
Method Summary | |
---|---|
Method |
getIndexedReadMethod(int index)
Returns a one argument method used to read the indexed property value, or null if indexed reading is not allowed. |
Method |
getIndexedWriteMethod(int index)
Returns a two argument method used to write the indexed property value, or null if indexed writing is not allowed. |
Class |
getIndexType(int index)
Returns a specific index type supported by this property. |
int |
getIndexTypesCount()
Returns the count of index types supported by this property. |
String |
getName()
Returns the name of this property. |
Method |
getReadMethod()
Returns a no-arg method used to read the property value, or null if reading is not allowed. |
Class |
getType()
Returns the type of this property. |
Method |
getWriteMethod()
Returns a one argument method used to write the property value, or null if writing is not allowed. |
String |
toString()
|
Method Detail |
---|
String getName()
Class getType()
Method getReadMethod()
Method getWriteMethod()
int getIndexTypesCount()
Class getIndexType(int index) throws IndexOutOfBoundsException
IndexOutOfBoundsException
Method getIndexedReadMethod(int index) throws IndexOutOfBoundsException
IndexOutOfBoundsException
Method getIndexedWriteMethod(int index) throws IndexOutOfBoundsException
IndexOutOfBoundsException
String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |