db4o 6.1

com.db4o.config
Interface ObjectAttribute


public interface ObjectAttribute

generic interface to allow returning an attribute of an object.


Method Summary
 java.lang.Object attribute(java.lang.Object parent)
          generic method to return an attribute of a parent object.
 

Method Detail

attribute

java.lang.Object attribute(java.lang.Object parent)
generic method to return an attribute of a parent object.

Parameters:
parent - the parent object
Returns:
Object - the attribute

db4o 6.1