Searched refs:_sReturnVariableName (Results 1 – 2 of 2) sorted by relevance
922 …public String getConvertedSourceCodeValueOfObject(String _sReturnVariableName, String _sObjectDesc… in getConvertedSourceCodeValueOfObject() argument927 … sReturn = _sReturnVariableName + " = AnyConverter.toBoolean(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()930 … sReturn = _sReturnVariableName + " = AnyConverter.toChar(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()933 … sReturn = _sReturnVariableName + " = AnyConverter.toByte(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()936 … sReturn = _sReturnVariableName + " = AnyConverter.toDouble(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()939 … sReturn = _sReturnVariableName + " = AnyConverter.toFloat(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()942 … sReturn = _sReturnVariableName + " = AnyConverter.toUnsignedLong(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()945 … sReturn = _sReturnVariableName + " = AnyConverter.toLong(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()948 … sReturn = _sReturnVariableName + " = AnyConverter.toUnsignedInt(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()951 … sReturn = _sReturnVariableName + " = AnyConverter.toInt(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()[all …]
48 …ng getPropertyValueGetterSourceCode(String _sPropertyName, String _sReturnVariableName, String _sI… in getPropertyValueGetterSourceCode() argument90 …public String getConvertedSourceCodeValueOfObject(String _sReturnVariableName, String _sObjectDesc… in getConvertedSourceCodeValueOfObject() argument