Class which represents a Property range which is
restricted to AbstractChildObject values defined by
a relative path.
author: Michael Bell version: $Revision: 1.2 $
getAvailableValues(AbstractChildObject child) Returns the list of AbstractChildObject members of this range
determined by the relative path restriction.
public RelativeChildObjectRange(String sDetails)(Code)
Constructs a RelativeChildObjectRange with the specified
non class type restrictions.
Parameters: sDetails - the relative path which will be used to determinemembers of this range
Constructs a RelativeChildObjectRange with the specified
class and path restrictions.
Parameters: objName - the class name to associated with this range Parameters: sDetails - the relative path which will be used to determinemembers of this range
Returns the list of AbstractChildObject members of this range
determined by the relative path restriction.
Parameters: child - the AbstractChildObject from which to basethe relative path restrictions the list of AbstractChildObject members of this range throws: DataAccessException - if any errors occur