| com.db4o.config.ObjectAttribute
ObjectAttribute | public interface ObjectAttribute (Code) | | generic interface to allow returning an attribute of an object.
|
Method Summary | |
public Object | attribute(Object parent) generic method to return an attribute of a parent object. |
attribute | public Object attribute(Object parent)(Code) | | generic method to return an attribute of a parent object.
Parameters: parent - the parent object Object - the attribute |
|
|