labs4capella / python4capella

Python for Capella
Eclipse Public License 2.0
52 stars 10 forks source link

Property class properties should use a rename #192

Open ylussaud opened 10 months ago

ylussaud commented 10 months ago

Boolean properties are name is<..> in the Capella API leading to isIs<...> getter and setIs<...> setter. We should add a rename directive in the specification model to fix the generated code.