|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAccessHandler
An object supporting handling reflective access to fields of a delegate.
| Method Summary | |
|---|---|
java.lang.Object |
getValue(java.lang.Object receiver,
java.lang.String name)
Make a reflective get access to the field name within
receiver |
java.lang.Object |
setValue(java.lang.Object receiver,
java.lang.String name,
java.lang.Object value)
Make a reflective set access to the field name within
receiver |
| Method Detail |
|---|
java.lang.Object getValue(java.lang.Object receiver,
java.lang.String name)
throws FieldException
name within
receiver
receiver - The object hosting the field.name - The name of the field to get.
FieldException
java.lang.Object setValue(java.lang.Object receiver,
java.lang.String name,
java.lang.Object value)
throws FieldException
name within
receiver
receiver - The object hosting the field.name - The name of the field to get.value - The new value for the field
FieldException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||