KeyValueCodingProtectedAccessor Class Reference
List of all members.
|
Public Member Functions |
| Object | fieldValue (Object object, Field field) throws IllegalArgumentException, IllegalAccessException |
| | KeyValueCodingProtectedAccessor () |
| Object | methodValue (Object object, Method method) throws IllegalArgumentException, IllegalAccessException, InvocationTargetException |
| void | setFieldValue (Object object, Field field, Object value) throws IllegalArgumentException, IllegalAccessException |
| void | setMethodValue (Object object, Method method, Object value) throws IllegalArgumentException, IllegalAccessException, InvocationTargetException |
Static Public Attributes |
| static final Category | cat = Category.getInstance(KeyValueCodingProtectedAccessor.class) |
Constructor & Destructor Documentation
Member Function Documentation
| Object fieldValue |
( |
Object |
object, |
|
|
Field |
field | |
|
) |
| | throws IllegalArgumentException, IllegalAccessException |
| Object methodValue |
( |
Object |
object, |
|
|
Method |
method | |
|
) |
| | throws IllegalArgumentException, IllegalAccessException, InvocationTargetException |
| void setFieldValue |
( |
Object |
object, |
|
|
Field |
field, |
|
|
Object |
value | |
|
) |
| | throws IllegalArgumentException, IllegalAccessException |
| void setMethodValue |
( |
Object |
object, |
|
|
Method |
method, |
|
|
Object |
value | |
|
) |
| | throws IllegalArgumentException, IllegalAccessException, InvocationTargetException |
Member Data Documentation
final Category cat = Category.getInstance(KeyValueCodingProtectedAccessor.class) [static] |
The documentation for this class was generated from the following file: