Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Odoo-mobile/framework
/ getString
Method
getString
src/com/odoo/orm/OEValues.java:55–57 ·
view source on GitHub ↗
(String key)
Source
from the content-addressed store, hash-verified
53
}
54
55
public
String getString(String key) {
56
return
_values.get(key).toString();
57
}
58
59
public
Boolean getBoolean(String key) {
60
return
Boolean.parseBoolean(_values.get(key).toString());
Callers
15
setSettingMenu
Method · 0.45
updateAccountDetails
Method · 0.45
getFileName
Method · 0.45
AttachmentDownloader
Method · 0.45
doInBackground
Method · 0.45
onPostExecute
Method · 0.45
onCreateView
Method · 0.45
handleArguments
Method · 0.45
loadDatabaseList
Method · 0.45
goNext
Method · 0.45
onPreExecute
Method · 0.45
doInBackground
Method · 0.45
Calls
2
toString
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected