Package com.db4o.config
Interface ObjectAttribute
-
public interface ObjectAttribute
generic interface to allow returning an attribute of an object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
attribute(java.lang.Object parent)
generic method to return an attribute of a parent object.
-