MCPcopy 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

setSettingMenuMethod · 0.45
updateAccountDetailsMethod · 0.45
getFileNameMethod · 0.45
AttachmentDownloaderMethod · 0.45
doInBackgroundMethod · 0.45
onPostExecuteMethod · 0.45
onCreateViewMethod · 0.45
handleArgumentsMethod · 0.45
loadDatabaseListMethod · 0.45
goNextMethod · 0.45
onPreExecuteMethod · 0.45
doInBackgroundMethod · 0.45

Calls 2

toStringMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected