MCPcopy Create free account
hub / github.com/Odoo-mobile/framework / getRadioGroups

Method getRadioGroups

src/com/odoo/support/SyncValue.java:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 }
82
83 public List<SyncValue> getRadioGroups() {
84 return radioGroups;
85 }
86
87 public void setRadioGroups(List<SyncValue> radioGroups) {
88 this.radioGroups = radioGroups;

Callers 1

generateLayoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected