| 
 | ||||||||||
| 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 | |
|---|---|
|  String | getName()Returns property name. | 
|  Object | getValue(Object object)Returns a property value of an object without disturbing the object fault status. | 
|  void | setValue(Object object,
         Object newValue)Sets a property value of an object without disturbing the object fault status. | 
| Method Detail | 
|---|
String getName()
Object getValue(Object object)
                throws PropertyException
PropertyException
void setValue(Object object,
              Object newValue)
              throws PropertyException
PropertyException| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||