|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FieldAccess
Used when accessing the private instance variables of a component instance.
TransformField.getAccess()| Method Summary | |
|---|---|
java.lang.Object |
read(java.lang.Object instance)
Reads the value of the field of the provided instance. |
void |
write(java.lang.Object instance,
java.lang.Object value)
Updates the value of the field within the instance. |
| Method Detail |
|---|
java.lang.Object read(java.lang.Object instance)
instance - object containing field to read
void write(java.lang.Object instance,
java.lang.Object value)
instance - object containing field to updatevalue - new value for field
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||