Copyright 2002 by aragost

com.aragost.util
Interface AttributeAccessor

All Known Implementing Classes:
PropertyAccessor

public interface AttributeAccessor

This class is used to obtain an attribute value from objects. It is more flexible that simply reading the property, since you can implement any code to obtain the value, e.g. combine the value of two other values.


Method Summary
 java.lang.Object read(java.lang.Object source)
          Read an attribute from the specified Object.
 

Method Detail

read

public java.lang.Object read(java.lang.Object source)
Read an attribute from the specified Object.


Copyright 2002 by aragost