|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAccessSupport
An object supporting reflective calls to its fields.
| Method Summary | |
|---|---|
Object |
getValue(String name)
Make a reflective get access to the field name. |
Object |
setValue(String name,
Object value)
Make a reflective set access to the field name. |
| Method Detail |
|---|
Object getValue(String name)
throws FieldException
name.
name - The name of the field to get.
FieldException
Object setValue(String name,
Object value)
throws FieldException
name.
name - The name of the field to get.value - The new value for the field
FieldException
|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||