|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Accessor
An accessor of a property value. Abstracts the actual property implementation. E.g. it can be a Field, a pair of get/set methods or a map/DataObject.
Method Summary | |
---|---|
java.lang.String |
getName()
Returns property name. |
java.lang.Object |
getValue(java.lang.Object object)
Returns a property value of an object without disturbing the object fault status. |
void |
setValue(java.lang.Object object,
java.lang.Object newValue)
Sets a property value of an object without disturbing the object fault status. |
Method Detail |
---|
java.lang.String getName()
java.lang.Object getValue(java.lang.Object object) throws PropertyException
PropertyException
void setValue(java.lang.Object object, java.lang.Object newValue) throws PropertyException
PropertyException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |