db4o

ObjectClass.objectField Method 

returns an ObjectField object to configure the specified field.

ObjectField objectField(
   string fieldName
);

Parameters

fieldName
the fieldname of the field to be configured.

Return Value

an instance of an ObjectField object for configuration.

See Also

ObjectClass Interface | com.db4o.config Namespace