|
||||||||||
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 | |
---|---|
Object |
read(Object instance)
Reads the value of the field of the provided instance. |
void |
write(Object instance,
Object value)
Updates the value of the field within the instance. |
Method Detail |
---|
Object read(Object instance)
instance
- object containing field to readvoid write(Object instance, 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 |