Searched refs:_oObjectArray (Results 1 – 1 of 1) sorted by relevance
105 public static PropertyValue[] convertToPropertyValueArray(Object[] _oObjectArray) in convertToPropertyValueArray() argument108 if (_oObjectArray != null) in convertToPropertyValueArray()110 if (_oObjectArray.length > 0) in convertToPropertyValueArray()112 retproperties = new PropertyValue[_oObjectArray.length]; in convertToPropertyValueArray()113 for (int i = 0; i < _oObjectArray.length; i++) in convertToPropertyValueArray()115 retproperties[i] = (PropertyValue) _oObjectArray[i]; in convertToPropertyValueArray()