Open jtara opened 9 years ago
FYI, default seems to be accessorsViaPropertyBag
.
As well, nativeName
seems unimplemented:
<PROPERTIES>
<DESC>list of properties supported by instance of object</DESC>
<PROPERTY name="simpleStringProperty" type="STRING" nativeName="xyzzy" >
<DESC>simple string property</DESC>
</PROPERTY>
</PROPERTIES>
XML WARNING: unrecognized attribute - "nativeName" in Element
As well, the example of nativeName
seems corrupt in the documentation page.
http://docs.rhomobile.com/en/5.0.30/guide/native_extensions
Documentation states:
none : any generated property bag code will not integrate this property accessorsViaPropertyBag : get and set will delegate to getProperty and setProperty
propertyBagViaAccessors : getProperty and setProperty will delegate to get and set
The last option seems to not be implemented:
XML WARNING: unrecognized value "propertyBagViaAccessors" for attribute "usePropertyBag" in Element