Home
last modified time | relevance | path

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

/AOO41X/main/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java922 …nvertedSourceCodeValueOfObject(String _sReturnVariableName, String _sObjectDescription, TypeClass … in getConvertedSourceCodeValueOfObject() argument
927 … 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 …]
H A DXLanguageSourceCodeGenerator.java46 …terfaceSourceCode(String _sReturnValueDescription, String _sClassName, String _sObjectDescription); in getqueryInterfaceSourceCode() argument
50 …ing getStructSourceCode(String _sReturnVariableDescription, String _sObjectDescription, String _sM… in getStructSourceCode() argument
90 …nvertedSourceCodeValueOfObject(String _sReturnVariableName, String _sObjectDescription, TypeClass … in getConvertedSourceCodeValueOfObject() argument