|
Find the appropriate convertor for the field value class provided.
This method goes thro' all the parent classes of the class provided
till it finds a suitable convertor.
Parameters: fieldValueClass - Class of the field value we are tryinh to convertfrom a string. value field value convertor. throws: SystemException - thrown if there is a class in the hierarchyfor which we have no field value convertor. |