Home
last modified time | relevance | path

Searched refs:_sReturnVariableName (Results 1 – 2 of 2) sorted by relevance

/trunk/main/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java930 … 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 …]
H A DXLanguageSourceCodeGenerator.java48 …ng getPropertyValueGetterSourceCode(String _sPropertyName, String _sReturnVariableName, String _sI… in getPropertyValueGetterSourceCode() argument
90 …public String getConvertedSourceCodeValueOfObject(String _sReturnVariableName, String _sObjectDesc… in getConvertedSourceCodeValueOfObject() argument

Completed in 37 milliseconds