Searched refs:_sReturnVariableName (Results 1 – 2 of 2) sorted by relevance
930 … sReturn = _sReturnVariableName + " = AnyConverter.toChar(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()933 … sReturn = _sReturnVariableName + " = AnyConverter.toByte(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()939 … sReturn = _sReturnVariableName + " = AnyConverter.toFloat(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()945 … sReturn = _sReturnVariableName + " = AnyConverter.toLong(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()951 … sReturn = _sReturnVariableName + " = AnyConverter.toInt(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()954 … sReturn = _sReturnVariableName + " = AnyConverter.toShort(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()1245 … return "\t" + _sReturnVariableName + " = " + _sIncomingObjectName + "." + _sPropertyName; in getPropertyValueGetterSourceCode()1254 return _sReturnVariableName + " = " + _sObjectDescription; in getConvertedSourceCodeValueOfObject()1528 String sReturnVariableName = _sReturnVariableName; in getPropertyValueGetterSourceCode()1530 String[] sVarDefinition = _sReturnVariableName.split("="); in getPropertyValueGetterSourceCode()[all …]
48 …ng getPropertyValueGetterSourceCode(String _sPropertyName, String _sReturnVariableName, String _sI… in getPropertyValueGetterSourceCode() argument90 …public String getConvertedSourceCodeValueOfObject(String _sReturnVariableName, String _sObjectDesc… in getConvertedSourceCodeValueOfObject() argument
Completed in 27 milliseconds