|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFieldHandler
An object able to access a field within a delegate
| Method Summary | |
|---|---|
Object |
getValue(Object receiver)
Make a reflective read access to the field represented by this within the receiver. |
Object |
setValue(Object receiver,
Object value)
Make a reflective write access to the field represented by this within receiver. |
| Method Detail |
|---|
Object getValue(Object receiver)
throws FieldAccessException
receiver.
receiver - The object hosting the field.
FieldException
FieldAccessException
Object setValue(Object receiver,
Object value)
throws FieldAccessException
receiver.
receiver - The object hosting the field.value - The new value for the field
FieldException
FieldAccessException
|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||