|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ValueAgent<UJO,VALUE>
The ValueAgent make reading or writing a property value. The interface is designed for implementation to a UjoProperty.
| Method Summary | |
|---|---|
VALUE |
readValue(UJO bean)
WARNING: There is recommended to call the method from the method Ujo.readValue(...) |
void |
writeValue(UJO bean,
VALUE value)
WARNING: There is recommended to call the method from the method Ujo.writeValue(...) only. |
| Method Detail |
|---|
void writeValue(UJO bean,
VALUE value)
VALUE readValue(UJO bean)
Ujo.readValue(...) only.
readProperty(method).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||