I want to use properties of a Java class in Ivy. I know that I should use getter and setter methods, but it does not work when I try to call getabc() or setabc(). What is wrong? asked 27.06.2013 at 09:02 Bruno Bütler |
Please make sure that the the getter/setter methods in the Java class do have the name getXyz and setXyz repsectively. Note that the first character after the get/set must be capitalized. Otherwise the code completion in the ivy script editors and the attribute browser will not work correctly because answered 04.11.2013 at 10:06 SupportIvyTeam ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 27.06.2013 at 09:02
Seen: 2,215 times
Last updated: 27.06.2013 at 09:02